Search Results for

    Show / Hide Table of Contents

    Class ConnectionChangedEventArgs

    This class is the event argument from a controller connection changed event.

    Inheritance
    System.Object
    System.EventArgs
    ControllerEventArgs
    ConnectionChangedEventArgs
    Inherited Members
    ControllerEventArgs.Time
    System.EventArgs.Empty
    Namespace: ABB.Robotics.Controllers
    Assembly: ABB.Robotics.Controllers.PC.dll
    Syntax
    public class ConnectionChangedEventArgs : ControllerEventArgs

    Constructors

    ConnectionChangedEventArgs()

    Initializes a new instance of the ConnectionChangedEventArgs class.

    Declaration
    public ConnectionChangedEventArgs()

    Properties

    Connected

    Flag to signal if the controller is connected or not.

    Declaration
    public bool Connected { get; }
    Property Value
    Type Description
    System.Boolean
    In This Article
    Back to top Copyright © 2025 ABB