Class DataBindingPropertyUpdatedEvent<T>
Provides data for the DataBindingPropertyUpdatedEvent
event.
Inherited Members
Namespace: Artemis.Core
Assembly: Artemis.Core.dll
Syntax
public class DataBindingPropertyUpdatedEvent<T> : EventArgs
Type Parameters
Name | Description |
---|---|
T |
Properties
Value
The updated value that should be applied to the layer property
Declaration
public T Value { get; }
Property Value
Type | Description |
---|---|
T |