FileDownloadEventArgs Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents the event arguments for a FileDownload event.
public ref class FileDownloadEventArgs sealed : EventArgs
public sealed class FileDownloadEventArgs : EventArgs
type FileDownloadEventArgs = class
inherit EventArgs
Public NotInheritable Class FileDownloadEventArgs
Inherits EventArgs
- Inheritance
-
FileDownloadEventArgs
Constructors
FileDownloadEventArgs() |
Initializes a new instance of the FileDownloadEventArgs class. |
Properties
ActiveDocument |
Gets the Boolean value that specifies the active document. |
Cancel |
Gets or sets a Boolean value that specifies whether the file download event was cancelled. |