Skip to main content

ICustomUI.OnBeforeDispose method

Namespace: NextDesign.Desktop.CustomUI

Description

Processing before destroying the user interface to be extended independently Next Design calls this method before destroying its own extending user interface. If there is a process you want to execute before discarding on the extension side, implement it here.

argument

NameTypeDescription
argsBeforeDisposeEventArgsPre-discard event parameters

Return value

  • void