alexa
menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Search Results for

    Show / Hide Table of Contents

    Class OpenEventArgs

    Provides information about the Opened event callback.

    Inheritance
    object
    OpenEventArgs
    ColorPickerOpenedEventArgs
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Syncfusion.Blazor.Inputs
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class OpenEventArgs
    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
    ElementReference

    An 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.

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