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

Provides data for the "attached file removed" event, raised after an attachment has been removed from the collection as a result of a user action (remove button click) or a programmatic removal.

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.UI.dll

Syntax:

C#
public class PromptInputAttachedFileRemovedEventArgs : EventArgs

Inheritance: objectEventArgsPromptInputAttachedFileRemovedEventArgs

Inherited Members EventArgs.Empty

Constructors

Initializes a new instance of the PromptInputAttachedFileRemovedEventArgs class.

C#
public PromptInputAttachedFileRemovedEventArgs(PromptInputAttachedFile attachedFile)
Parameters:attachedFilePromptInputAttachedFile

The file that was removed.

Properties

Gets the attached file that was removed.

C#
public PromptInputAttachedFile AttachedFile { get; }