Creates and initializes the object instance from another SystemWindow object.
Namespace:
Greatis.NostalgiaAssembly: Greatis.Nostalgia (in Greatis.Nostalgia.dll)
Syntax
| Visual Basic (Declaration) |
|---|
Public Sub New ( _ wnd As SystemWindow _ ) |
| C# |
|---|
public SystemWindowEventArgs( SystemWindow wnd ) |
| Visual C++ |
|---|
public: SystemWindowEventArgs( SystemWindow^ wnd ) |
| JavaScript |
|---|
Greatis.Nostalgia.SystemWindowEventArgs = function(wnd); |
Parameters
- wnd
- Type: Greatis.Nostalgia..::.SystemWindow
Object to copy.