Class BeforeOpenCloseEventArgs
Provides information about the in OnOpen
and OnClose
event callback.
Inheritance
System.Object
BeforeOpenCloseEventArgs
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 |
|
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. |