Search Results for

    Show / Hide Table of Contents

    Delegate ConnectorEventHandler

    This delegate is used as basic event, when a connector invokes an event.

    Namespace: TeleScope.Connectors.Abstractions.Events
    Assembly: TeleScope.Connectors.Abstractions.dll
    Syntax
    public delegate void ConnectorEventHandler(object sender, ConnectorEventArgs e);
    Parameters
    Type Name Description
    System.Object sender

    The instance that invokes the delegate method.

    ConnectorEventArgs e

    The resulting event arguments.

    • GITHUB
    • Improve this Doc
    • View Source
    ☀
    ☾
    In This Article
    Back to top
    Copyright 2020-2022 TeleScope-dotnet. Generated by DocFX.
    ☀
    ☾