Class
ReorderStartingEventArgs

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 EventArgs.Empty

Constructors

ReorderStartingEventArgs(object)

Initializes a new instance of the ReorderStartingEventArgs class.

Declaration

cs-api-definition
public ReorderStartingEventArgs(object item)

Parameters

item

object

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

bool

true to cancel the reorder operation; otherwise, false.

Item

Gets the item that is starting to be reordered.

Declaration

cs-api-definition
public object Item { get; }

Property Value

object

The item being reordered.