BaseStation.ItemDescriber Namespace
CAS.DataPorter.Configurator Namespace
CAS.Lib.CommonBus Namespace
CAS.Lib.CommonBus.ApplicationLayer Namespace
CAS.Lib.CommonBus.CommunicationLayer Namespace
CAS.Lib.DeviceSimulator Namespace
CAS.NetworkConfigLib Namespace
Object-Oriented Internet Process-Observer

ISaveAdvanced..::..OnRemove Event

Occurs when this node is removed.

Namespace:  CAS.DataPorter.Configurator
Assembly:  CommServer.DAClientConfiguration (in CommServer.DAClientConfiguration.dll)

Syntax


event EventHandler<GenericEventArgs<ISaveAdvanced>> OnRemove
Event OnRemove As EventHandler(Of GenericEventArgs(Of ISaveAdvanced))
 event EventHandler<GenericEventArgs<ISaveAdvanced^>^>^ OnRemove {
	void add (EventHandler<GenericEventArgs<ISaveAdvanced^>^>^ value);
	void remove (EventHandler<GenericEventArgs<ISaveAdvanced^>^>^ value);
}