Skip to main content

DataGridCurrentChangingEventArgs(Boolean) Constructor

Initializes a new instance of the CurrentChangingEventArgs class and sets the IsCancelable property to the specified value.

Definition

Namespace: Avalonia.Collections
Assembly: Avalonia.Controls.DataGrid (in Avalonia.Controls.DataGrid.dll)

public DataGridCurrentChangingEventArgs(
bool isCancelable
)

Parameters

  Boolean
true to disable the ability to cancel a CurrentItem change; false to enable cancellation.

See Also

Reference

DataGridCurrentChangingEventArgs Class
DataGridCurrentChangingEventArgs Overload
Avalonia.Collections Namespace