Class DataBindingPropertyUpdatedEvent<T>
Provides data for the DataBindingPropertyUpdatedEvent event.
public class DataBindingPropertyUpdatedEvent<T> : EventArgs
Type Parameters
T
- Inheritance
-
objectDataBindingPropertyUpdatedEvent<T>
- Inherited Members
Properties
Value
The updated value that should be applied to the layer property
public T Value { get; }
Property Value
- T