Class PopupEventArgs
Provides information about an OnClose event being raised.
Inheritance
System.Object
PopupEventArgs
Namespace: Syncfusion.Blazor.DropDowns
Assembly: Syncfusion.Blazor.dll
Syntax
public class PopupEventArgs : Object
Constructors
PopupEventArgs()
Declaration
public PopupEventArgs()
Properties
Animation
Gets or sets the dropdown popup animation object values.
Declaration
public object Animation { get; set; }
Property Value
Type |
---|
System.Object |
Cancel
Gets or sets the whether the dropdown popup close action should be canceled or not.
Declaration
public bool Cancel { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | System.Boolean |
Popup
Gets or sets the drodown popup model object values.
Declaration
public PopupModel Popup { get; set; }
Property Value
Type |
---|
PopupModel |