Skip to main content

DragFieldListNodeEventArgs Class

For internal use. Provides data for the FieldListControl.DragFieldListNode and FieldListControl.DropFieldListNode events.

Namespace: DevExpress.Xpf.ReportDesigner

Assembly: DevExpress.Xpf.ReportDesigner.v14.2.dll

#Declaration

public class DragFieldListNodeEventArgs :
    EventArgs

#Remarks

An instance of the DragFieldListNodeEventArgs class with appropriate settings is automatically created and passed to the corresponding event's handler.

#Inheritance

Object
EventArgs
DragFieldListNodeEventArgs
See Also