Class BlurEventArgs
Provides data for the Blur event.
Inheritance
System.Object
BlurEventArgs
Namespace: Syncfusion.Blazor.RichTextEditor
Assembly: Syncfusion.Blazor.dll
Syntax
public class BlurEventArgs : Object
Constructors
BlurEventArgs()
Declaration
public BlurEventArgs()
Properties
IsInteracted
Determines whether the event is triggered by interaction or not.
Declaration
public bool IsInteracted { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |