Table of Contents

Class DataBindingPropertyUpdatedEvent<T>

Namespace
Artemis.Core
Assembly
Artemis.Core.dll

Provides data for the DataBindingPropertyUpdatedEvent event.

public class DataBindingPropertyUpdatedEvent<T> : EventArgs

Type Parameters

T
Inheritance
object
DataBindingPropertyUpdatedEvent<T>
Inherited Members

Properties

Value

The updated value that should be applied to the layer property

public T Value { get; }

Property Value

T