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