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