Blazor

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class IConnectorInitEventArgs - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    Class IConnectorInitEventArgs

    IConnectorInitEventArgs notifies when the connector is initiated

    Inheritance
    System.Object
    IConnectorInitEventArgs
    Implements
    System.IEquatable<IConnectorInitEventArgs>
    Namespace: Syncfusion.Blazor.Diagrams
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class IConnectorInitEventArgs : Object, IEquatable<IConnectorInitEventArgs>

    Constructors

    IConnectorInitEventArgs()

    Declaration
    public IConnectorInitEventArgs()

    Properties

    Element

    returns connector that is being changed

    Declaration
    public DiagramConnector Element { get; set; }
    Property Value
    Type Description
    DiagramConnector

    Methods

    Equals(IConnectorInitEventArgs)

    Indicates whether the IConnectorInitEventArgs object is equal to another object of the same type.

    Declaration
    public bool Equals(IConnectorInitEventArgs iConnectorInitEventArgs)
    Parameters
    Type Name Description
    IConnectorInitEventArgs iConnectorInitEventArgs

    Diagram connector init event argument.

    Returns
    Type Description
    System.Boolean

    Returns the connector on initialization

    Implements

    System.IEquatable<>
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved