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 in Opened event callback.

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

    Constructors

    OpenEventArgs()

    Declaration
    public OpenEventArgs()

    Properties

    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 instance of the Microsoft.AspNetCore.Components.ElementReference class that represents the color picker popup element.

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