Blazor

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

    Show / Hide Table of Contents

    Class BlurEventArgs

    Defines the argument for the blur event.

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

    Constructors

    BlurEventArgs()

    Declaration
    public BlurEventArgs()

    Properties

    Model

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

    Methods

    Equals(BlurEventArgs)

    Declaration
    public bool Equals(BlurEventArgs blurEventArgs)
    Parameters
    Type Name Description
    BlurEventArgs blurEventArgs
    Returns
    Type Description
    System.Boolean

    Implements

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