menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class BeforeOpenEventArgs - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    Class BeforeOpenEventArgs

    Provides information about an OnOpen event being raised.

    Inheritance
    System.Object
    BeforeOpenEventArgs
    MentionOpeningEventArgs
    ComboBoxPopupOpenEventArgs
    Namespace: Syncfusion.Blazor.DropDowns
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class BeforeOpenEventArgs : Object

    Constructors

    BeforeOpenEventArgs()

    Declaration
    public BeforeOpenEventArgs()

    Properties

    Cancel

    Gets or sets the whether the dropdown popup open action should be canceled or not.

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

    System.Boolean

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