ClassReorderStartingEventArgs
Class
Provides data for the reorder starting event.
Definition
Namespace:Telerik.Maui.Controls.Compatibility.DataControls.ListView
Assembly:Telerik.Maui.Controls.Compatibility.dll
Syntax:
cs-api-definition
public class ReorderStartingEventArgs : EventArgs
Inheritance: objectEventArgsReorderStartingEventArgs
Inherited Members
Constructors
ReorderStartingEventArgs(object)
Initializes a new instance of the ReorderStartingEventArgs class.
Declaration
cs-api-definition
public ReorderStartingEventArgs(object item)
Parameters
item
The item that is starting to be reordered.
Properties
Cancel
Gets or sets a value indicating whether the reorder operation should be canceled.
Declaration
cs-api-definition
public bool Cancel { get; set; }
Property Value
true
to cancel the reorder operation; otherwise, false
.