Class CurrentCellBeginEditEventArgs
Represents the class which holds the properties of CurrentCellBeginEdit 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 CurrentCellBeginEditEventArgs : GridCancelEventArgs
Constructors
CurrentCellBeginEditEventArgs()
Initializes a new instance of the CurrentCellBeginEditEventArgs class.
Declaration
public CurrentCellBeginEditEventArgs()
Properties
RowcolumnIndex
Gets the value of RowColumnIndex .
Declaration
public RowColumnIndex RowcolumnIndex { get; }
Property Value
Type | Description |
---|---|
RowColumnIndex | An instance of RowColumnIndex. |