New to Telerik UI for WinFormsStart a free 30-day trial

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:

C#
public class PromptInputAttachedFileRemovingEventArgs : CancelEventArgs

Inheritance: objectEventArgsCancelEventArgsPromptInputAttachedFileRemovingEventArgs

Inherited Members CancelEventArgs.CancelEventArgs.Empty

Constructors

Initializes a new instance of the PromptInputAttachedFileRemovingEventArgs class.

C#
public PromptInputAttachedFileRemovingEventArgs(PromptInputAttachedFile attachedFile)
Parameters:attachedFilePromptInputAttachedFile

The file about to be removed.

Properties

Gets the attached file that is about to be removed.

C#
public PromptInputAttachedFile AttachedFile { get; }