Class BeforeOpenCloseEventArgs
Interface for before open / close event.
Inheritance
System.Object
BeforeOpenCloseEventArgs
Namespace: Syncfusion.Blazor.Inputs
Assembly: Syncfusion.Blazor.dll
Syntax
public class BeforeOpenCloseEventArgs : Object
Constructors
BeforeOpenCloseEventArgs()
Declaration
public BeforeOpenCloseEventArgs()
Properties
Cancel
Used to prevent color picker popup open.
Declaration
public bool Cancel { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Element
Specifies the color picker popup element.
Declaration
public ElementReference Element { get; set; }
Property Value
Type | Description |
---|---|
Microsoft.AspNetCore.Components.ElementReference |
Event
Specifies the Event.
Declaration
public EventArgs Event { get; set; }
Property Value
Type | Description |
---|---|
System.EventArgs |
Name
Specifies name of the event.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |