Blazor

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

    Show / Hide Table of Contents

    Class ClearingEventArgs

    Defines the argument for the Clearing event.

    Inheritance
    System.Object
    ClearingEventArgs
    Namespace: Syncfusion.Blazor.Inputs
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class ClearingEventArgs : Object

    Constructors

    ClearingEventArgs()

    Declaration
    public ClearingEventArgs()

    Properties

    Cancel

    Defines whether the current action can be prevented.

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

    FilesData

    Returns the list of files that will be cleared from the FileList.

    Declaration
    public List<FileInfo> FilesData { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<FileInfo>
    Back to top Generated by DocFX
    Copyright © 2001 - 2022 Syncfusion Inc. All Rights Reserved