PropertyOperationData record¶
Defined in
Namespace: CrissCross.WPF.UI.Configuration
Assembly: CrissCross.WPF.UI.dll
Full name: CrissCross.WPF.UI.Configuration.PropertyOperationData
Modifiers: public
Summary¶
Event args for a tracking operation. Enables the handler to cancel the operation and modify the data that will be persisted/applied.
Applies to
net10.0-windows10.0.19041, net9.0-windows10.0.19041, net8.0-windows10.0.19041, net481
Class hierarchy
classDiagram
class PropertyOperationData
class IEquatable~PropertyOperationData~ {
<>
}
IEquatable~PropertyOperationData~ <|.. PropertyOperationData
Implements: IEquatable
Remarks¶
Initializes a new instance of the PropertyOperationData class. Creates a new instance of PropertyData.
Constructors¶
| Name | Summary |
|---|---|
| .ctor | Event args for a tracking operation. Enables the handler to cancel the operation and modify the data that will be persisted/applied. |
Properties¶
| Name | Summary |
|---|---|
| EqualityContract | |
| Property | The property that is being persisted or applied to. |
| Value | The value that is being persited or applied. |
| Cancel | Gets or sets a value indicating whether this [PropertyOperationData](# is cancel. |
Methods¶
| Name | Summary |
|---|---|
| ToString | |
| PrintMembers | |
| GetHashCode | |
| Equals | |
| Deconstruct |
Operators¶
| Name | Summary |
|---|---|
| static op_Inequality | |
| static op_Equality |