alexa
menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Search Results for

    Show / Hide Table of Contents

    Class FixedUserHandleClickEventArgs

    Notifies when the fixed user handle gets clicked.

    Inheritance
    object
    FixedUserHandleClickEventArgs
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Syncfusion.Blazor.Diagram
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class FixedUserHandleClickEventArgs
    Examples
    <SfDiagramComponent Width="1000px" Height="1000px" FixedUserHandleClick="@fixedhandle">
    </SfDiagramComponent>
    public void fixedhandle(FixedUserHandleClickEventArgs args)
    {
    
    }

    Constructors

    FixedUserHandleClickEventArgs()

    Declaration
    public FixedUserHandleClickEventArgs()

    Properties

    Element

    Gets nodes/connector which have the clicked fixed user handle.

    Declaration
    public IDiagramObject? Element { get; }
    Property Value
    Type Description
    IDiagramObject

    The diagram object that represents the nodes or connectors with the clicked fixed user handle.

    FixedUserHandle

    Represents the instance of the clicked fixed user handle.

    Declaration
    public FixedUserHandle? FixedUserHandle { get; }
    Property Value
    Type Description
    FixedUserHandle

    An instance of the fixed user handle that was clicked by the user.

    In this article
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved