Class BDAChannelEventArgs
BDA channel event.
Inherited Members
Namespace: VisioForge.Core.Types.Events
Assembly: VisioForge.Core.dll
Syntax
public class BDAChannelEventArgs : EventArgs
Constructors
BDAChannelEventArgs(BDAChannel)
Initializes a new instance of the BDAChannelEventArgs class.
Declaration
public BDAChannelEventArgs(BDAChannel channel)
Parameters
Type | Name | Description |
---|---|---|
BDAChannel | channel | Channel. |
Properties
Channel
Gets an channel.
Declaration
public BDAChannel Channel { get; }
Property Value
Type | Description |
---|---|
BDAChannel |