IOutputChannelStore.ChannelClosed Event

Definition

Occurs when a channel has been closed.

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

Event Type

Remarks

The string is the Id of the closed channel.

Applies to