FileDownloadEventArgs Class

Definition

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.

Applies to