Class BeforeOpenEventArgs
Provides information about an OnOpen event being raised.
Namespace: Syncfusion.Blazor.DropDowns
Assembly: Syncfusion.Blazor.dll
Syntax
public class BeforeOpenEventArgs : Object
Constructors
BeforeOpenEventArgs()
Declaration
public BeforeOpenEventArgs()
Properties
Cancel
Gets or sets the whether the dropdown popup open action should be canceled or not.
Declaration
public bool Cancel { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | System.Boolean |