Class CurrentCellActivatingEventArgs
Represents a class which holds the properties of CurrentCell Activating Event.
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 class CurrentCellActivatingEventArgs : GridCancelEventArgs
Constructors
CurrentCellActivatingEventArgs()
Declaration
public CurrentCellActivatingEventArgs()
Properties
ActivationTrigger
Gets the value of trigger options .
Declaration
public ActivationTrigger ActivationTrigger { get; }
Property Value
Type | Description |
---|---|
ActivationTrigger | One of the options in ActivationTrigger. |
CurrentRowColumnIndex
Gets the value of current RowColumnIndex .
Declaration
public RowColumnIndex CurrentRowColumnIndex { get; }
Property Value
Type | Description |
---|---|
RowColumnIndex | An instance of RowColumnIndex. |
PreviousRowColumnIndex
Gets the value of previous RowColumnIndex .
Declaration
public RowColumnIndex PreviousRowColumnIndex { get; }
Property Value
Type | Description |
---|---|
RowColumnIndex | An instance of RowColumnIndex. |