Skip to content

PropertyOperationData(string, object?) constructor

Defined in

Type: PropertyOperationData Namespace: CrissCross.WPF.UI.Configuration Assembly: CrissCross.WPF.UI.dll

Applies to

net10.0-windows10.0.19041, net9.0-windows10.0.19041, net8.0-windows10.0.19041, net481

Overloads

  • 1. public PropertyOperationData(string Property, object? Value)
  • 2. protected PropertyOperationData(PropertyOperationData original)

1. Overload

public PropertyOperationData(string Property, object? Value)

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

Parameters

NameTypeDescription
PropertystringThe property that is being persisted or applied to.
Valueobject?The value that is being persited or applied.

Remarks

Initializes a new instance of the PropertyOperationData class. Creates a new instance of PropertyData.

2. Overload

protected PropertyOperationData(PropertyOperationData original)

Parameters

NameTypeDescription
original[PropertyOperationData](#--