IOutputChannelStore.ChannelCreated Event
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.