Class CurrentCellActivatedEventArgs
Represents the class that holds the information about the CurrentCellActivated 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.WinForms.DataGrid.Events
Assembly: Syncfusion.SfDataGrid.WinForms.dll
Syntax
public class CurrentCellActivatedEventArgs : GridEventArgs
Constructors
CurrentCellActivatedEventArgs(Object)
Initializes a new instance of the CurrentCellActivatedEventArgs class.
Declaration
public CurrentCellActivatedEventArgs(object originalSender)
Parameters
Type | Name | Description |
---|---|---|
System.Object | originalSender | The original reporting sender that raised the event. |
Properties
DataColumn
Gets the DataColumnBase of the current cell.
Declaration
public DataColumnBase DataColumn { get; }
Property Value
Type |
---|
DataColumnBase |
DataRow
Gets the DataRowBase of the current cell.
Declaration
public DataRowBase DataRow { get; }
Property Value
Type |
---|
DataRowBase |