Blazor

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class FocusEventArgs

    Show / Hide Table of Contents

    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
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved