Click or drag to resize

CommandifiedMember<TValue, TChangeType>.ValueElementRemoved Event

Event which is raised when the value implements INotifyElementRemoved and it got removed from its container. This event is used in that situation to notify observers that the value of this CommandifiedMember is no longer usable.

Namespace:  SD.Tools.Algorithmia.GeneralDataStructures
Assembly:  SD.Tools.Algorithmia (in SD.Tools.Algorithmia.dll) Version: 1.3.3.0 (1.3.18.0209)
Syntax
public event EventHandler ValueElementRemoved

Value

Type: System.EventHandler
See Also