Click or drag to resize

CommandifiedMemberTValue, TChangeTypeOnBeforeMemberValueSet Method

Called before the membervalue is about to be set to the value specified.

Namespace:  SD.Tools.Algorithmia.GeneralDataStructures
Assembly:  SD.Tools.Algorithmia (in SD.Tools.Algorithmia.dll) Version: 1.4.0.0 (1.4.19.0711)
Syntax
protected virtual void OnBeforeMemberValueSet(
	TValue value
)

Parameters

value
Type: TValue
The value.
See Also