Summary
Initializes a new instance of the
System.ComponentModel.CurrentChangingEventArgs
class and sets the System.ComponentModel.CurrentChangingEventArgs.IsCancelable
property to the specified value.- Namespace
- Avalonia
.Collections - Containing Type
- Data
Grid Current Changing Event Args
Syntax
public DataGridCurrentChangingEventArgs(bool isCancelable)
Parameters
Name | Type | Description |
---|---|---|
isCancelable | bool | true to disable the ability to cancel a System.ComponentModel.ICollectionView.CurrentItem change; false to enable cancellation. |
Return Value
Type | Description |
---|---|
void |