Click or drag to resize

WeakEventSourceTEventArgs Class

This Class defines a WeakEventSource, used to define Events, raised in the AML Engine.
Inheritance Hierarchy
SystemObject
  Aml.Engine.CAEX.CommandsWeakEventSourceTEventArgs

Namespace: Aml.Engine.CAEX.Commands
Assembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntax
public class WeakEventSource<TEventArgs>
where TEventArgs : EventArgs

Type Parameters

TEventArgs
The type of the event arguments.

The WeakEventSourceTEventArgs type exposes the following members.

Constructors
 NameDescription
Public methodWeakEventSourceTEventArgs Initializes a new instance of the WeakEventSourceTEventArgs class.
Top
Methods
 NameDescription
Public methodRaise Raises an event, defined with this instance
Public methodSubscribe Subscribes the specified handler with this event source.
Public methodUnsubscribe Unsubscribes the specified handler with this event source.
Top
See Also