VisioForge (c) 2025

Search Results for

    Class BDAChannelEventArgs

    BDA channel event.

    Inheritance
    object
    EventArgs
    BDAChannelEventArgs
    Inherited Members
    EventArgs.Empty
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    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