Class BeforeOpenEventArgs
Inheritance
System.Object
BeforeOpenEventArgs
Implements
System.IEquatable<BeforeOpenEventArgs>
Namespace: Syncfusion.Blazor.DropDowns
Assembly: Syncfusion.Blazor.dll
Syntax
public class BeforeOpenEventArgs : Object, IEquatable<BeforeOpenEventArgs>
Constructors
BeforeOpenEventArgs()
Declaration
public BeforeOpenEventArgs()
Properties
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(BeforeOpenEventArgs)
Declaration
public bool Equals(BeforeOpenEventArgs beforeOpenEventArgs)
Parameters
Type | Name | Description |
---|---|---|
BeforeOpenEventArgs | beforeOpenEventArgs |
Returns
Type | Description |
---|---|
System.Boolean |
Implements
System.IEquatable<>