Class BlurEventArgs
Provides information about an Blur event being raised.
Inheritance
System.Object
BlurEventArgs
Namespace: Syncfusion.Blazor.RichTextEditor
Assembly: Syncfusion.Blazor.dll
Syntax
public class BlurEventArgs : Object
Constructors
BlurEventArgs()
Declaration
public BlurEventArgs()
Properties
IsInteracted
Gets the information about whether the Blur
event is invoked by user interaction or not.
Declaration
public bool IsInteracted { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|