ICustomNavigator.OnHide method
Namespace: NextDesign.Desktop.CustomUI
Description
What to do when hiding this navigator Next Design calls this method to hide the navigator that it extends. If there is a process you want to execute when hidden on the extension side, implement it here.
argument
| Name | Type | Description |
|---|---|---|
| args | OnHideEventArgs | Hidden Event Parameters |
Return value
- void