Blazor

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

    Show / Hide Table of Contents

    Class PopupEventArgs

    Defines the argument for the Open and Close event.

    Inheritance
    System.Object
    PopupEventArgs
    Namespace: Syncfusion.Blazor.Calendars
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class PopupEventArgs : Object

    Constructors

    PopupEventArgs()

    Declaration
    public PopupEventArgs()

    Properties

    AppendTo

    Specifies the node to which the popup element to be appended.

    Declaration
    public DOM AppendTo { get; set; }
    Property Value
    Type Description
    DOM

    Cancel

    Illustrates whether the current action needs to be prevented or not.

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

    Event

    Specifies the original event arguments.

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

    Name

    Specifies the name of the event.

    Declaration
    public string Name { get; set; }
    Property Value
    Type Description
    System.String
    Back to top Generated by DocFX
    Copyright © 2001 - 2022 Syncfusion Inc. All Rights Reserved