Class DataGridRowDropEventArgs
public class DataGridRowDropEventArgs : EventArgs
- Inheritance
-
DataGridRowDropEventArgs
- Inherited Members
- Extension Methods
Constructors
DataGridRowDropEventArgs(object, int, int)
public DataGridRowDropEventArgs(object item, int oldIndex, int newIndex)
Parameters
Properties
Item
public object Item { get; }
Property Value
NewIndex
public int NewIndex { get; }
Property Value
OldIndex
public int OldIndex { get; }