Class OpenEventArgs
Provides information about the Opened
event callback.
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.