Class PopupEventArgs
Defines the argument for the Open and Close event.
Inheritance
System.Object
PopupEventArgs
Implements
System.IEquatable<PopupEventArgs>
Namespace: Syncfusion.Blazor.Calendars
Assembly: Syncfusion.Blazor.dll
Syntax
public class PopupEventArgs : Object, IEquatable<PopupEventArgs>
Constructors
PopupEventArgs()
Declaration
public PopupEventArgs()
Properties
AppendTo
Specifies the node to which the popup element to be appended.
Declaration
public DOM AppendTo { get; set; }
Property Value
Type | Description |
---|---|
DOM |
Cancel
Illustrates whether the current action needs to be prevented or not.
Declaration
public bool Cancel { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Event
Specifies the original event arguments.
Declaration
public object Event { get; set; }
Property Value
Type | Description |
---|---|
System.Object |
Name
Specifies the name of the event
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Methods
Equals(PopupEventArgs)
Declaration
public bool Equals(PopupEventArgs popupEventArgs)
Parameters
Type | Name | Description |
---|---|---|
PopupEventArgs | popupEventArgs |
Returns
Type | Description |
---|---|
System.Boolean |
Implements
System.IEquatable<>