메소드 | 설명 | |
---|---|---|
ChooseFolderMessage ( Action |
Initializes a new instance of the ChooseFolderMessage class.
|
|
ChooseFolderMessage ( object sender, Action |
Initializes a new instance of the ChooseFolderMessage class.
|
|
ChooseFolderMessage ( object sender, object target, Action |
Initializes a new instance of the ChooseFolderMessage class.
|
|
DoCallback ( string folder ) : void |
Does the callback to notify sender of selected folder.
|
|
HandleWithPlatform ( |
Handles the ChooseFolderMessage on a window by showing a folder dialog based on the message options.
|
public ChooseFolderMessage ( Action |
||
callback | Action |
The callback when a folder is chosen. |
리턴 | System |
public ChooseFolderMessage ( object sender, Action |
||
sender | object | The message's original sender. |
callback | Action |
The callback when a folder is chosen. |
리턴 | System |
public ChooseFolderMessage ( object sender, object target, Action |
||
sender | object | The message's original sender. |
target | object | The message's intended target. |
callback | Action |
The callback when a folder is chosen. |
리턴 | System |
public HandleWithPlatform ( |
||
owner | The owner. | |
리턴 | void |