ICustomUI.OnBeforeDispose method
Namespace: NextDesign.Desktop.CustomUI
Description
Processing before discarding the uniquely extended user interface
Next Design calls this method before destroying its own extended user interface.
If there is processing that you want to perform before destruction on the extension side, implement it here.
argument
Name | Type | Description |
---|---|---|
args | BeforeDisposeEventArgs | Before Dispose Event Parameters |
Return value
- void