[]
Represents the event data for the BeforeShowContextMenu event for the Spread component, which occurs when the user open the enhanced filter context menu.
public class BeforeShowContextMenuEventArgs : EventArgs
Public Class BeforeShowContextMenuEventArgs
Inherits EventArgs
| Name | Description |
|---|---|
| AssociatedObject | Represents the object that associate with context menu. |
| ContextMenu | Represents the enhanced filter context menu object. |