This section describes events fired by this UI component.
Raised when the UI component's content is ready.
Event
Main article: onContentReady.
Raised before the UI component is disposed of.
Main article: onDisposing
Raised after the ContextMenu is hidden.
Main article: onHidden
Raised before the ContextMenu is hidden.
Main article: onHiding
Raised only once, after the UI component is initialized.
Main article: onInitialized
Raised when a collection item is clicked or tapped.
Main article: onItemClick.
Raised when a collection item is right-clicked or pressed.
Main article: onItemContextMenu
Raised after a collection item is rendered.
Main article: onItemRendered
Raised after a UI component property is changed.
Main article: onOptionChanged
Raised before the ContextMenu is positioned.
Main article: onPositioning
Raised when a collection item is selected or selection is canceled.
Main article: onSelectionChanged
Raised before the ContextMenu is shown.
Main article: onShowing
Raised after the ContextMenu is shown.
Main article: onShown