CustomUIEventArgs interface
Namespace: NextDesign.Desktop.CustomUI
Descriptionโ
Base of event parameters to notify the uniquely extended user interface
Affiliation areaโ
| Name | Description |
|---|
| Custom UI | APIs to access the custom UI. |
Derivation destinationโ
| Name | Description |
|---|
| InitializedEventArgs | Event parameters to notify when initializing your own extended user interface |
| OnHideEventArgs | Event parameters to notify when hiding your own extended user interface |
| BeforeDisposeEventArgs | Event parameters to notify when the proprietary extended user interface is about to be destroyed |
| OnShowEventArgs | Event parameters to be notified when displaying the original extended user interface |
Propertyโ
| Name | Description |
|---|
| App | Access object for application information |
| Extension | Object that implements the extension entry point |