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)
- C#
- VB
- F#
public DataGridCurrentChangingEventArgs(
bool isCancelable
)
Public Sub New (
isCancelable As Boolean
)
new :
isCancelable : bool -> DataGridCurrentChangingEventArgs
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