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
Constructors
Initializes a new instance of the PromptInputAttachedFileRemovedEventArgs class.
C#
public PromptInputAttachedFileRemovedEventArgs(PromptInputAttachedFile attachedFile)
The file that was removed.
Properties
Gets the attached file that was removed.
C#
public PromptInputAttachedFile AttachedFile { get; }