menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class DialogCloseEventArgs<TValue> - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    Class DialogCloseEventArgs<TValue>

    Provides information about the DialogClose event.

    Inheritance
    System.Object
    DialogCloseEventArgs<TValue>
    Namespace: Syncfusion.Blazor.Kanban
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class DialogCloseEventArgs<TValue> : Object
    Type Parameters
    Name Description
    TValue

    The type of data source for the Kanban board.

    Remarks

    This class encapsulates details about dialog closure events in the Kanban interface.

    Constructors

    DialogCloseEventArgs()

    Declaration
    public DialogCloseEventArgs()

    Properties

    Cancel

    Gets or sets a value indicating whether the dialog close action can be canceled.

    Declaration
    public bool Cancel { get; set; }
    Property Value
    Type Description
    System.Boolean

    true if the dialog closure action can be canceled; otherwise, false.

    Remarks

    If set to true, the dialog box closure can be prevented.

    Data

    Gets or sets the data associated with the dialog close event.

    Declaration
    public TValue Data { get; set; }
    Property Value
    Type Description
    TValue

    An instance of TValue representing the dialog data.

    Remarks

    This property provides access to the specific data linked with the closing dialog operation.

    Interaction

    Gets or sets the interaction type that triggered the dialog close.

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

    A string representing the interaction type during dialog closure.

    Remarks

    This property describes the nature of the interaction that initiated the dialog close.

    RequestType

    Gets or sets the action requested by the dialog.

    Declaration
    public CurrentAction RequestType { get; set; }
    Property Value
    Type Description
    CurrentAction

    An instance of CurrentAction representing the action type of the dialog request.

    Remarks

    This property outlines the intended dialog action, such as edit or delete.

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