Class
UploadCancelableEventArgs

Arguments for the upload/remove event.

Definition

Namespace:Telerik.Blazor.Components

Assembly:Telerik.Blazor.dll

Syntax:

cs-api-definition
public class UploadCancelableEventArgs : UploadEventArgsBase

Inheritance: objectUploadEventArgsBaseUploadCancelableEventArgs

Derived Classes: UploadCancelEventArgsUploadClearEventArgsUploadEventArgsUploadSelectEventArgs

Constructors

UploadCancelableEventArgs()

Declaration

cs-api-definition
public UploadCancelableEventArgs()

Properties

IsCancelled

Specifies if the event should be canceled.

Declaration

cs-api-definition
public bool IsCancelled { get; set; }

Property Value

bool