ValueChangedHandlerdataType Delegate

Represents the method that will be called whenever a column value's changes.

Definition

Namespace: Firefly.Box.Data.Advanced
Assembly: Firefly.Box (in Firefly.Box.dll) Version: debug-master-v:33791
C#
public delegate void ValueChangedHandler<dataType>(
	ValueChangedEventArgs<dataType> e
)

Parameters

e  ValueChangedEventArgsdataType
data for the value changed event

Type Parameters

dataType
the type of the value

See Also