Click or drag to resize

WeakEventSourceTEventArgsUnsubscribe Method

Unsubscribes the specified handler with this event source.

Namespace: Aml.Engine.CAEX.Commands
Assembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntax
public void Unsubscribe(
	EventHandler<TEventArgs> handler
)

Parameters

handler  EventHandlerTEventArgs
The handler.
See Also