ICustomUI.OnBeforeDispose method
Namespace: NextDesign.Desktop.CustomUI
Description
Processing before destroying the user interface to be extended independently Next Design calls this method before destroying its own extending user interface. If there is a process you want to execute before discarding on the extension side, implement it here.
argument
| Name | Type | Description |
|---|---|---|
| args | BeforeDisposeEventArgs | Pre-discard event parameters |
Return value
- void