ClassPromptInputAttachedFileRemovedEventArgs
Class
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:
cs-api-definition
public class PromptInputAttachedFileRemovedEventArgs : EventArgs
Inheritance: objectEventArgsPromptInputAttachedFileRemovedEventArgs
Inherited Members
Constructors
PromptInputAttachedFileRemovedEventArgs(PromptInputAttachedFile)
Initializes a new instance of the PromptInputAttachedFileRemovedEventArgs class.
Declaration
cs-api-definition
public PromptInputAttachedFileRemovedEventArgs(PromptInputAttachedFile attachedFile)
Parameters
attachedFile
The file that was removed.
Properties
AttachedFile
Gets the attached file that was removed.
Declaration
cs-api-definition
public PromptInputAttachedFile AttachedFile { get; }
Property Value