Summary
Provides data for the
Avalonia.Collections.ICollectionView.CurrentChanging
event.- Namespace
- Avalonia
.Collections - Base Types
-
- object
- EventArgs
graph BT
Type-->Base0["EventArgs"]
Base0-->Base1["object"]
Type["DataGridCurrentChangingEventArgs"]
class Type type-node
Syntax
public class DataGridCurrentChangingEventArgs : EventArgs
Constructors
Name | Summary |
---|---|
Data |
Initializes a new instance of the System.ComponentModel.CurrentChangingEventArgs class and sets the System.ComponentModel.CurrentChangingEventArgs.IsCancelable property to true. |
Data |
Initializes a new instance of the System.ComponentModel.CurrentChangingEventArgs class and sets the System.ComponentModel.CurrentChangingEventArgs.IsCancelable property to the specified value. |
Properties
Name | Value | Summary |
---|---|---|
Cancel | bool |
Gets or sets a value that indicates whether the
System.ComponentModel.ICollectionView.CurrentItem change should be canceled. |
IsCancelable | bool |
Gets a value that indicates whether the
System.ComponentModel.ICollectionView.CurrentItem change can be canceled. |