menu

Blazor

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

    Show / Hide Table of Contents

    Class ClearingEventArgs

    Provides information about the OnClear event callback.

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

    Constructors

    ClearingEventArgs()

    Declaration
    public ClearingEventArgs()

    Properties

    Cancel

    Gets or sets whether the file list clear action has been canceled or not.

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

    System.Boolean

    FilesData

    Gets the list of the file details that will be cleared from the file list.

    Declaration
    public List<FileInfo> FilesData { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<FileInfo>

    System.Collections.Generic.List<>

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved