Skip to main content

CustomUIEventArgs interface

Namespace: NextDesign.Desktop.CustomUI

Description

Base of event parameters to notify the uniquely extended user interface

Affiliation area

NameDescription
Custom UI APIs to access the custom UI.

Derivation destination

NameDescription
InitializedEventArgs Event parameters to notify when initializing your own extended user interface
OnHideEventArgs Event parameters to notify when hiding your own extended user interface
BeforeDisposeEventArgs Event parameters to notify when the proprietary extended user interface is about to be destroyed
OnShowEventArgs Event parameters to be notified when displaying the original extended user interface

Property

NameDescription
App Access object for application information
Extension Object that implements the extension entry point