Class BrowserDomainEvent
Provides static event descriptors for the IBrowser.
public static class BrowserDomainEvent
- Inheritance
-
BrowserDomainEvent
- Inherited Members
Properties
DownloadProgress
Fired when download makes progress. Last call has |done| == true.
public static EventDescriptor<CdpEventArgs<DownloadProgressEventArgs>> DownloadProgress { get; }
Property Value
- EventDescriptor<CdpEventArgs<DownloadProgressEventArgs>>
DownloadWillBegin
Fired when page is about to start a download.
public static EventDescriptor<CdpEventArgs<DownloadWillBeginEventArgs>> DownloadWillBegin { get; }
Property Value
- EventDescriptor<CdpEventArgs<DownloadWillBeginEventArgs>>