Click or drag to resize
CommandifiedMemberTValue, TChangeTypeValueChanged Event
Event which is raised when MemberValue is set to a different value. If MemberValue's value is a mutable object and implements INotifyElementChanged, the event is also raised when some values inside the value object change. In that case, the original value and the new value in the event args are the same.

Namespace:  SD.Tools.Algorithmia.GeneralDataStructures
Assembly:  SD.Tools.Algorithmia (in SD.Tools.Algorithmia.dll) Version: 1.3.0.0 (1.3.17.0314)
Syntax
public event EventHandler<MemberChangedEventArgs<TChangeType, TValue>> ValueChanged

Value

Type: SystemEventHandlerMemberChangedEventArgsTChangeType, TValue
See Also