Partager via


FileDownloadEventArgs Class

Definition

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.

Applies to