Blazor

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

    Show / Hide Table of Contents

    Class BeforeOpenEventArgs

    Inheritance
    System.Object
    BeforeOpenEventArgs
    Implements
    System.IEquatable<BeforeOpenEventArgs>
    Namespace: Syncfusion.Blazor.DropDowns
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class BeforeOpenEventArgs : Object, IEquatable<BeforeOpenEventArgs>

    Constructors

    BeforeOpenEventArgs()

    Declaration
    public BeforeOpenEventArgs()

    Properties

    Cancel

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

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

    Methods

    Equals(BeforeOpenEventArgs)

    Declaration
    public bool Equals(BeforeOpenEventArgs beforeOpenEventArgs)
    Parameters
    Type Name Description
    BeforeOpenEventArgs beforeOpenEventArgs
    Returns
    Type Description
    System.Boolean

    Implements

    System.IEquatable<>
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved