menu

Blazor

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

    Show / Hide Table of Contents

    Class PopupCloseEventArgs<T>

    Provides the information about the popup close action.

    Inheritance
    System.Object
    PopupCloseEventArgs<T>
    Namespace: Syncfusion.Blazor.Schedule
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class PopupCloseEventArgs<T> : Object
    Type Parameters
    Name Description
    T

    Specifies the type of schedule events.

    Constructors

    PopupCloseEventArgs()

    Declaration
    public PopupCloseEventArgs()

    Properties

    Cancel

    Gets or sets whether the popup close action of Scheduler should be canceled or not.

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

    true, if the popup close action is canceled. Otherwise, false.

    CurrentAction

    Gets the current CRUD action that has been performed on the scheduler.

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

    A CurrentAction enum value representing the current CRUD action.

    Data

    Gets the cell or event data that is currently being opened.

    Declaration
    public T Data { get; set; }
    Property Value
    Type
    T

    Type

    Gets the PopupType that is currently being opened.

    Declaration
    public PopupType Type { get; }
    Property Value
    Type Description
    PopupType

    A PopupType value representing the type of the currently opened popup.

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