A method that receives UI messages emmitted by a component object.
Namespace:
Phoenix.BLL.LibraryAssembly: Phoenix.BLL (in Phoenix.BLL.dll) Version: 2.9.3209.25656 (2.9.0.0)
Syntax
| C# |
|---|
public delegate void MessageSentEventHandler( Object sender, MessageEventArgs e ) |
Parameters
- sender
- Type: System..::.Object
The object that triggered this event.
- e
- Type: Phoenix.BLL.Library..::.MessageEventArgs
The information that describes this event.
