Method | Description | |
---|---|---|
PreviewWindowDelegate ( |
Initializes a new instance of the SourceWriter.PreviewWindowDelegate class.
|
|
WillClose ( NSNotification notification ) : void |
This method is called when a windows is closed
|
|
WindowShouldClose ( NSObject sender ) : bool |
This method is called before a window is closed.
|
public PreviewWindowDelegate ( |
||
windowController | Window controller. | |
return | System |
public WillClose ( NSNotification notification ) : void | ||
notification | NSNotification | The close notification.. |
return | void |
public WindowShouldClose ( NSObject sender ) : bool | ||
sender | NSObject | The object requesting the close. |
return | bool |