ICustomNavigator.OnHide method
Namespace: NextDesign.Desktop.CustomUI
Description
What to do when hiding this navigator
Next Design calls this method when hiding its own extended navigator.
If there is processing that you want to execute when hidden on the extension side, implement it here.
argument
Name | Type | Description |
---|---|---|
args | OnHideEventArgs | Hide event parameters |
Return value
- void