Class ReorderStartingEventArgs
Inheritance
System.Object
ReorderStartingEventArgs
Namespace: Controls.DataControls.ListView.View
Assembly: Telerik.WinUI.Controls.dll
Syntax
public class ReorderStartingEventArgs : EventArgs
Constructors
ReorderStartingEventArgs(Object)
Declaration
public ReorderStartingEventArgs(object item)
Parameters
System.
|
Properties
Cancel
Declaration
public bool Cancel { get; set; }
Property Value
System.
|
Item
Declaration
public object Item { get; }
Property Value
System.
|