Class CellContextMenuOpeningEventArgs
Event Handler to Handle the CellContextMenuOpening Event which can be marked as Handled.
Inheritance
System.Object
System.EventArgs
CellContextMenuOpeningEventArgs
Inherited Members
System.EventArgs.Empty
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.Windows.Forms.CellGrid.Helpers
Assembly: Syncfusion.Spreadsheet.Windows.dll
Syntax
public sealed class CellContextMenuOpeningEventArgs : SyncfusionHandledEventArgs
Constructors
CellContextMenuOpeningEventArgs(RowColumnIndex)
Initializes a new instance of the CellContextMenuOpeningEventArgs class.
Declaration
public CellContextMenuOpeningEventArgs(RowColumnIndex cell)
Parameters
Type | Name | Description |
---|---|---|
RowColumnIndex | cell |
Properties
Cell
Gets or Sets the RowColumnIndex of a cell
Declaration
public RowColumnIndex Cell { get; }
Property Value
Type | Description |
---|---|
RowColumnIndex | An instance of RowColumnIndex. |
CellContextMenu
Declaration
public ContextMenuStrip CellContextMenu { get; set; }
Property Value
Type |
---|
System.Windows.Forms.ContextMenuStrip |