Blazor

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

    Show / Hide Table of Contents

    Class RemovingEventArgs

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

    Constructors

    RemovingEventArgs()

    Declaration
    public RemovingEventArgs()

    Properties

    Cancel

    Defines whether the current action can be prevented.

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

    CurrentRequest

    Returns the XMLHttpRequest instance that is associated with remove action.

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

    CustomFormData

    Defines the additional data with key and value pair format that will be submitted to the remove action.

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

    Event

    Returns the original event arguments.

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

    FilesData

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

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

    PostRawFile

    Defines whether the selected raw file send to server 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

    Methods

    Equals(RemovingEventArgs)

    Declaration
    public bool Equals(RemovingEventArgs removingEventArgs)
    Parameters
    Type Name Description
    RemovingEventArgs removingEventArgs
    Returns
    Type Description
    System.Boolean

    Implements

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