menu

Blazor

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

    Show / Hide Table of Contents

    Class OpenEventArgs

    Provides information about the Opened event callback.

    Inheritance
    System.Object
    OpenEventArgs
    ColorPickerOpenedEventArgs
    Namespace: Syncfusion.Blazor.Inputs
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class OpenEventArgs : Object
    Remarks

    This class contains event data for when the ColorPicker popup has been successfully opened and is fully displayed.

    Constructors

    OpenEventArgs()

    Declaration
    public OpenEventArgs()

    Properties

    Element

    Gets or sets the ColorPicker popup element reference.

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

    An Microsoft.AspNetCore.Components.ElementReference that represents the ColorPicker popup element.

    Remarks

    This element reference can be used to access the DOM element of the opened popup for custom operations or styling. The element is available after the popup has been fully rendered and displayed.

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