Class
PromptInputAttachedFileRemovingEventArgs

Provides data for the cancelable "attached file removing" event. Set Cancel to true to prevent the file from being removed from the attachments collection.

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.UI.dll

Syntax:

cs-api-definition
public class PromptInputAttachedFileRemovingEventArgs : CancelEventArgs

Inheritance: objectEventArgsCancelEventArgsPromptInputAttachedFileRemovingEventArgs

Inherited Members CancelEventArgs.CancelEventArgs.Empty

Constructors

PromptInputAttachedFileRemovingEventArgs(PromptInputAttachedFile)

Initializes a new instance of the PromptInputAttachedFileRemovingEventArgs class.

Declaration

cs-api-definition
public PromptInputAttachedFileRemovingEventArgs(PromptInputAttachedFile attachedFile)

Parameters

attachedFile

PromptInputAttachedFile

The file about to be removed.

Properties

AttachedFile

Gets the attached file that is about to be removed.

Declaration

cs-api-definition
public PromptInputAttachedFile AttachedFile { get; }

Property Value

PromptInputAttachedFile