Blazor

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

    Show / Hide Table of Contents

    Class CancelEventArgs

    Defines the argument for the Cancel event.

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

    Constructors

    CancelEventArgs()

    Declaration
    public CancelEventArgs()

    Properties

    Cancel

    Defines whether the current action can be prevented.

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

    Event

    Returns the original event arguments.

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

    FileData

    Returns the file details that will be canceled.

    Declaration
    public FileInfo FileData { get; set; }
    Property Value
    Type Description
    FileInfo
    Back to top Generated by DocFX
    Copyright © 2001 - 2022 Syncfusion Inc. All Rights Reserved