Blazor

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

    Show / Hide Table of Contents

    Class DraggedEventArgs

    Defines the Drag event arguments

    Inheritance
    System.Object
    DraggedEventArgs
    Namespace: Syncfusion.Blazor.Layouts
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class DraggedEventArgs : Object

    Constructors

    DraggedEventArgs()

    Declaration
    public DraggedEventArgs()

    Properties

    Element

    Specifies the cell element being dragged.

    Declaration
    public ElementReference Element { get; set; }
    Property Value
    Type Description
    Microsoft.AspNetCore.Components.ElementReference

    Event

    Specifies the original event.

    Declaration
    public EventArgs Event { get; set; }
    Property Value
    Type Description
    System.EventArgs

    Id

    Specifies dragging panel id.

    Declaration
    public string Id { get; set; }
    Property Value
    Type Description
    System.String

    Target

    Specifies the element below the cell element being dragged.

    Declaration
    public ElementReference Target { get; set; }
    Property Value
    Type Description
    Microsoft.AspNetCore.Components.ElementReference
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved