ICustomNavigator.OnShow method
Namespace: NextDesign.Desktop.CustomUI
Description
What to do when displaying this navigator
Next Design calls this method when displaying its own extended navigator.
If there is any processing that you want to execute at the time of display on the extension side, implement it here.
argument
Name | Type | Description |
---|---|---|
args | OnShowEventArgs | On Show Event Parameters |
Return value
- void