Blazor

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

    Show / Hide Table of Contents

    Class PopupCloseEventArgs<T>

    A class that holds options to control 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

    Constructors

    PopupCloseEventArgs()

    Declaration
    public PopupCloseEventArgs()

    Properties

    Cancel

    Defines the cancel option.

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

    Data

    Returns the cell or event data.

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

    Type

    Returns the type of the popup which is currently being opted to open.

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