menu

Blazor

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

    Show / Hide Table of Contents

    Class CancelEventArgs

    Provides information about the OnCancel event callback.

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

    Constructors

    CancelEventArgs()

    Declaration
    public CancelEventArgs()

    Properties

    Cancel

    Gets or sets whether the chunk file upload cancel action has been canceled or not.

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

    System.Boolean

    Event

    Returns the original event arguments.

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

    The original event arguments for the current event.

    FileData

    Gets the canceled file details.

    Declaration
    public FileInfo FileData { get; set; }
    Property Value
    Type Description
    FileInfo

    FileInfo

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