CustomUIEventArgs interface
Namespace: NextDesign.Desktop.CustomUI
Description
Base of event parameters to be notified to the original extended user interface
Affiliation area
| Name | Description |
|---|
| Custom UI | A group of APIs to access the custom UI. |
Destination
| Name | Description |
|---|
| InitializedEventArgs | Event parameters to be notified when initializing the user interface extended by ourselves |
| OnHideEventArgs | Event parameters to be notified when hiding the user interface extended by ourselves |
| BeforeDisposeEventArgs | Event parameters to notify when your own extended user interface is about to be destroyed |
| OnShowEventArgs | Event parameter to notify when displaying the user interface extended by the user |
Property
| Name | Description |
|---|
| App | Application Information Access Object |
| Extension | Object implementing extension entry point |