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 event arguments for a FileDownloadEventArgs 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 a Boolean value that specifies whether the document is active. |
Cancel |
Gets or sets a Boolean value that specifies whether the file download was canceled or not. |