menu

Blazor

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

    Show / Hide Table of Contents

    Class BeforeOpenCloseEventArgs

    Provides information about the in OnOpen and OnClose event callback.

    Inheritance
    System.Object
    BeforeOpenCloseEventArgs
    ColorPickerCloseEventArgs
    ColorPickerOpenEventArgs
    Namespace: Syncfusion.Blazor.Inputs
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class BeforeOpenCloseEventArgs : Object

    Constructors

    BeforeOpenCloseEventArgs()

    Declaration
    public BeforeOpenCloseEventArgs()

    Properties

    Cancel

    Gets or sets a value that indicates whether to allow or prevent the popup open in color picker.

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

    true, if the popup open in color picker is prevented. Otherwise, false.

    Element

    Gets or sets a value that indicates the color picker popup element.

    Declaration
    public ElementReference Element { get; set; }
    Property Value
    Type Description
    Microsoft.AspNetCore.Components.ElementReference

    An Microsoft.AspNetCore.Components.ElementReference that represents the color picker popup element.

    Name

    Gets or sets a value that indicates the name of the event.

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

    Accepts the string value.

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