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