Blazor

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

    Show / Hide Table of Contents

    Class OpenEventArgs

    Provides data for the DialogOpen event.

    Inheritance
    System.Object
    OpenEventArgs
    Namespace: Syncfusion.Blazor.Popups
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class OpenEventArgs : Object

    Constructors

    OpenEventArgs()

    Declaration
    public OpenEventArgs()

    Properties

    Cancel

    Defines whether the current action can be prevented.

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

    Container

    Returns the root container element of the dialog.

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

    Element

    Returns the element of the dialog.

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

    Name

    Specifies the name of the event.

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

    PreventFocus

    Specifies the value whether the default focus on the first focusable element in a dialog can be prevented.

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