Skip to main content

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

NameTypeDescription
argsInitializedEventArgsInitialized event parameters

Return value

  • void