 | WeakEventSourceTEventArgsUnsubscribe Method |
Unsubscribes the specified handler with this event source.
Namespace: Aml.Engine.CAEX.CommandsAssembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntaxpublic void Unsubscribe(
EventHandler<TEventArgs> handler
)
Public Sub Unsubscribe (
handler As EventHandler(Of TEventArgs)
)
public:
void Unsubscribe(
EventHandler<TEventArgs>^ handler
)
Parameters
- handler EventHandlerTEventArgs
- The handler.
See Also