ICustomNavigator.OnShow method
Namespace: NextDesign.Desktop.CustomUI
Description
Processing when displaying this navigator Next Design calls this method when displaying a navigator that it extends independently. If there is a process you want to execute at the time of display on the extension side, implement it here.
argument
| Name | Type | Description |
|---|---|---|
| args | OnShowEventArgs | Display event parameters |
Return value
- void