[ the jinxbot project :: home | community forum | bn# | controls | mbncsutil | get the source ]
Assembly: BNSharp (in BNSharp.dll) Version: 0.8.8.15 (0.08.08.15)
[This is preliminary documentation and is subject to change.]
Specifies the contract for clients wishing to register for the channel list event.
Namespace:
BNSharpAssembly: BNSharp (in BNSharp.dll) Version: 0.8.8.15 (0.08.08.15)
Syntax
| C# |
|---|
public delegate void ChannelListEventHandler( Object sender, ChannelListEventArgs e ) |
| Visual Basic (Declaration) |
|---|
Public Delegate Sub ChannelListEventHandler ( _ sender As Object, _ e As ChannelListEventArgs _ ) |
| Visual C++ |
|---|
public delegate void ChannelListEventHandler( Object^ sender, ChannelListEventArgs^ e ) |
Parameters
- sender
- Type: System..::.Object
The object that raised the event.
- e
- Type: BNSharp..::.ChannelListEventArgs
The event arguments.