Class PopupEventArgs
Inheritance
System.Object
PopupEventArgs
Implements
System.IEquatable<PopupEventArgs>
Namespace: Syncfusion.Blazor.DropDowns
Assembly: Syncfusion.Blazor.dll
Syntax
public class PopupEventArgs : Object, IEquatable<PopupEventArgs>
Constructors
PopupEventArgs()
Declaration
public PopupEventArgs()
Properties
Animation
Specifies the animation Object.
Declaration
public object Animation { get; set; }
Property Value
Type | Description |
---|---|
System.Object |
Cancel
Illustrates whether the current action needs to be prevented or not.
Declaration
public bool Cancel { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Methods
Equals(PopupEventArgs)
Declaration
public bool Equals(PopupEventArgs popupEventArgs)
Parameters
Type | Name | Description |
---|---|---|
PopupEventArgs | popupEventArgs |
Returns
Type | Description |
---|---|
System.Boolean |
Implements
System.IEquatable<>