Class MentionClosingEventArgs
Provides information about an Closing event being raised.
Inheritance
System.Object
MentionClosingEventArgs
Namespace: Syncfusion.Blazor.DropDowns
Assembly: Syncfusion.Blazor.dll
Syntax
public class MentionClosingEventArgs : Object
Constructors
MentionClosingEventArgs()
Declaration
public MentionClosingEventArgs()
Properties
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 |
|