menu

Blazor

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

    Show / Hide Table of Contents

    Class RemovingEventArgs

    Provides information about the OnRemove event callback.

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

    Constructors

    RemovingEventArgs()

    Declaration
    public RemovingEventArgs()

    Properties

    Cancel

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

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

    System.Boolean

    CurrentRequest

    Gets the XMLHttpRequest instance that is associated with the remove action.

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

    Details of an XMLHttpRequest object.

    CustomFormData

    Gets or sets the additional data in the key-value pair format that will be used for the file removal action.

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

    Key and value pair object.

    Event

    Gets the original event arguments.

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

    The original event arguments for the current event.

    FilesData

    Gets the list of the files’ details that will be removed.

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

    System.Collections.Generic.List<>

    PostRawFile

    Gets or sets whether the selected raw file has been sent to the server or not in the remove action. Set true to send raw file. Set false to send file name only.

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

    true, the selected raw file is sent to the server; otherwise, false.

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