Click or drag to resize
INotifyAsRemoved Interface
Simple notification interface which is used to signal elements which refer to other elements that the implementing element has been removed.

Namespace:  SD.Tools.Algorithmia.GeneralInterfaces
Assembly:  SD.Tools.Algorithmia (in SD.Tools.Algorithmia.dll) Version: 1.3.0.0 (1.3.17.0314)
Syntax
public interface INotifyAsRemoved

The INotifyAsRemoved type exposes the following members.

Events
  NameDescription
Public eventHasBeenRemoved
Raised when the implementing element has been removed from its container
Top
See Also