Click or drag to resize
CommandifiedMemberTValue, TChangeTypeValueElementRemoved 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.0.0 (1.3.17.0314)
Syntax
public event EventHandler ValueElementRemoved

Value

Type: SystemEventHandler
See Also