Skip to content

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

NameSummary
.ctorEvent args for a tracking operation. Enables the handler to cancel the operation and modify the data that will be persisted/applied.

Properties

NameSummary
EqualityContract
PropertyThe property that is being persisted or applied to.
ValueThe value that is being persited or applied.
CancelGets or sets a value indicating whether this [PropertyOperationData](# is cancel.

Methods

NameSummary
ToString
PrintMembers
GetHashCode
Equals
Deconstruct

Operators

NameSummary
static op_Inequality
static op_Equality
Inherited members