ICustomUI.OnInitialized method
Namespace: NextDesign.Desktop.CustomUI
Description
Processing when initializing the user interface to be extended independently Next Design calls this method when initializing the user interface that it extends. If there is a process you want to execute at initialization on the extension side, implement it here.
argument
| Name | Type | Description |
|---|---|---|
| args | InitializedEventArgs | Initialized event parameters |
Return value
- void