Blazor

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

    Show / Hide Table of Contents

    Class ClearedEventArgs

    Defines the argument for the Clear event.

    Inheritance
    System.Object
    ClearedEventArgs
    Namespace: Syncfusion.Blazor.Calendars
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class ClearedEventArgs : Object

    Constructors

    ClearedEventArgs()

    Declaration
    public ClearedEventArgs()

    Properties

    Event

    Specifies the original event arguments.

    Declaration
    public object Event { get; set; }
    Property Value
    Type Description
    System.Object
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved