Difference between revisions of "WebViewLifetimeEventsHandler"

From Virtual World Web Wiki
Jump to: navigation, search
(Documentation for the WebViewLifetimeEventsHandler class)
(Documentation for the WebViewLifetimeEventsHandler class)
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
 +
This class implements a Layer Two extensibility point as virtual members which can be overriden as needed. Derive from this class to provide your own implementation.
 +
 +
'''See also:''' [[IWebViewLifetimeEvents]]
 +
 
===Remarks <nowiki>[</nowiki>[{{fullurl:WebViewLifetimeEventsHandler Remarks|action=edit}} edit]<nowiki>]</nowiki>===
 
===Remarks <nowiki>[</nowiki>[{{fullurl:WebViewLifetimeEventsHandler Remarks|action=edit}} edit]<nowiki>]</nowiki>===
{{:WebViewLifetimeEventsHandler Remarks}}
+
{{#ifexist:WebViewLifetimeEventsHandler Remarks|{{:WebViewLifetimeEventsHandler Remarks}}|}}
  
 
===Methods===
 
===Methods===
 
:{{CSharp|void Initialize()}}
 
:{{CSharp|void Initialize()}}
 +
::
 +
::Fires when the web view service starts up and initializes the Layer Two component system
  
 
:{{CSharp|void Shutdown()}}
 
:{{CSharp|void Shutdown()}}
 +
::
 +
::Fires when the web view service is shutting down
  
 
__NOTOC____NOEDITSECTION__
 
__NOTOC____NOEDITSECTION__

Latest revision as of 21:04, 12 April 2017

This class implements a Layer Two extensibility point as virtual members which can be overriden as needed. Derive from this class to provide your own implementation.

See also: IWebViewLifetimeEvents

Remarks [edit]

Methods

void Initialize()
Fires when the web view service starts up and initializes the Layer Two component system
void Shutdown()
Fires when the web view service is shutting down