IWebSiteHtmlLoadedFromFile Event |
Raised when an HTML file is loaded from a disk-bound file. Listeners can modify the HTML before
it is sent to the browser.
Namespace: VirtualRadar.Interface.WebSiteAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax event EventHandler<TextContentEventArgs> HtmlLoadedFromFile
Event HtmlLoadedFromFile As EventHandler(Of TextContentEventArgs)
event EventHandler<TextContentEventArgs^>^ HtmlLoadedFromFile {
void add (EventHandler<TextContentEventArgs^>^ value);
void remove (EventHandler<TextContentEventArgs^>^ value);
}
abstract HtmlLoadedFromFile : IEvent<EventHandler<TextContentEventArgs>,
TextContentEventArgs>
Value
Type:
SystemEventHandlerTextContentEventArgsSee Also