Class VirtualGridCurrentCellChangedEventArgs
Represents data for the CurrentCellChangedEvent.
Inheritance
System.Object
System.EventArgs
VirtualGridCurrentCellChangedEventArgs
Inherited Members
System.EventArgs.Empty
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.Windows.Controls.VirtualGrid
Assembly: Telerik.Windows.Controls.VirtualGrid.dll
Syntax
public class VirtualGridCurrentCellChangedEventArgs : EventArgs
Constructors
VirtualGridCurrentCellChangedEventArgs()
Declaration
public VirtualGridCurrentCellChangedEventArgs()
Properties
NewCell
Gets or sets the new cell.
Declaration
public VirtualGridCellInfo NewCell { get; }
Property Value
VirtualGridCellInfo
The new cell. |
OldCell
Gets or sets the old cell.
Declaration
public VirtualGridCellInfo OldCell { get; }
Property Value
VirtualGridCellInfo
The old cell. |