Table of Contents

Class DataGridRowDropEventArgs

Namespace
HeBianGu.Base.WpfBase
Assembly
HeBianGu.Base.WpfBase.dll
public class DataGridRowDropEventArgs : EventArgs
Inheritance
DataGridRowDropEventArgs
Inherited Members
Extension Methods

Constructors

DataGridRowDropEventArgs(object, int, int)

public DataGridRowDropEventArgs(object item, int oldIndex, int newIndex)

Parameters

item object
oldIndex int
newIndex int

Properties

Item

public object Item { get; }

Property Value

object

NewIndex

public int NewIndex { get; }

Property Value

int

OldIndex

public int OldIndex { get; }

Property Value

int