Blazor

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class FocusEventArgs - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    Class FocusEventArgs

    Inheritance
    System.Object
    FocusEventArgs
    Implements
    System.IEquatable<FocusEventArgs>
    Namespace: Syncfusion.Blazor.DropDowns
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class FocusEventArgs : Object, IEquatable<FocusEventArgs>

    Constructors

    FocusEventArgs()

    Declaration
    public FocusEventArgs()

    Properties

    Event

    Specifies the event.

    Declaration
    public object Event { get; set; }
    Property Value
    Type Description
    System.Object

    IsInteracted

    Specifies the focus interacted.

    Declaration
    public bool IsInteracted { get; set; }
    Property Value
    Type Description
    System.Boolean

    Methods

    Equals(FocusEventArgs)

    Declaration
    public bool Equals(FocusEventArgs focusEventArgs)
    Parameters
    Type Name Description
    FocusEventArgs focusEventArgs
    Returns
    Type Description
    System.Boolean

    Implements

    System.IEquatable<>
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved