Blazor

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class DashboardLayoutEvents

    Show / Hide Table of Contents

    Class DashboardLayoutEvents

    Specifies the DashboardLayout events.

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

    Constructors

    DashboardLayoutEvents()

    Declaration
    public DashboardLayoutEvents()

    Properties

    Changed

    Triggers whenever the panel’s positions are changed.

    Declaration
    public EventCallback<ChangeEventArgs> Changed { get; set; }
    Property Value
    Type Description
    Microsoft.AspNetCore.Components.EventCallback<ChangeEventArgs>

    Created

    Triggers when the Dashboard Layout is created.

    Declaration
    public EventCallback<object> Created { get; set; }
    Property Value
    Type Description
    Microsoft.AspNetCore.Components.EventCallback<System.Object>

    Destroyed

    Triggers when the Dashboard Layout is destroyed.

    Declaration
    public EventCallback<object> Destroyed { get; set; }
    Property Value
    Type Description
    Microsoft.AspNetCore.Components.EventCallback<System.Object>

    OnDragStart

    Triggers when a panel is about to drag.

    Declaration
    public EventCallback<DragStartArgs> OnDragStart { get; set; }
    Property Value
    Type Description
    Microsoft.AspNetCore.Components.EventCallback<DragStartArgs>

    OnDragStop

    Triggers when a dragged panel is dropped.

    Declaration
    public EventCallback<DragStopArgs> OnDragStop { get; set; }
    Property Value
    Type Description
    Microsoft.AspNetCore.Components.EventCallback<DragStopArgs>

    OnResizeStart

    Triggers when a panel is started to resize.

    Declaration
    public EventCallback<ResizeArgs> OnResizeStart { get; set; }
    Property Value
    Type Description
    Microsoft.AspNetCore.Components.EventCallback<ResizeArgs>

    OnResizeStop

    Triggers when a panel resize ends.

    Declaration
    public EventCallback<ResizeArgs> OnResizeStop { get; set; }
    Property Value
    Type Description
    Microsoft.AspNetCore.Components.EventCallback<ResizeArgs>

    OnWindowResize

    Triggers when re-sizing the window.

    Declaration
    public EventCallback<ResizeArgs> OnWindowResize { get; set; }
    Property Value
    Type Description
    Microsoft.AspNetCore.Components.EventCallback<ResizeArgs>

    Parent

    DashboardLayout component reference.

    Declaration
    protected SfDashboardLayout Parent { get; set; }
    Property Value
    Type Description
    SfDashboardLayout

    Resizing

    Triggers when a panel is being resized continuously.

    Declaration
    public EventCallback<ResizeArgs> Resizing { get; set; }
    Property Value
    Type Description
    Microsoft.AspNetCore.Components.EventCallback<ResizeArgs>

    Methods

    OnInitialized()

    Method invoked when the component is ready to start.

    Declaration
    protected override void OnInitialized()
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved