IOutputChannelStore.ChannelCreated Event

Definition

Occurs when a channel has been created.

public:
 event EventHandler<System::String ^> ^ ChannelCreated;
event EventHandler<string> ChannelCreated;
member this.ChannelCreated : EventHandler<string> 
Event ChannelCreated As EventHandler(Of String) 

Event Type

Remarks

The string is the Id of the channel created.

Applies to