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.3.3.0 (1.3.18.0209)
Syntaxprotected virtual void OnBeforeMemberValueSet(
	TValue value
)
Protected Overridable Sub OnBeforeMemberValueSet ( 
	value As TValue
)
Parameters
- value
 - Type: TValue
The value. 
See Also