Click or drag to resize

LifeSpanHandlerBuilder Methods

Version 130.1.90

The LifeSpanHandlerBuilder type exposes the following members.

Methods
 NameDescription
Public methodBuild Creates an ILifeSpanHandler implementation that can be used to host popups as tabs/controls.
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Public methodOnBeforePopupCreated The LifeSpanHandlerOnBeforePopupCreatedDelegate will be called before the popup has been created and can be used to cancel popup creation if required, modify IBrowserSettings and disable javascript.
Public methodOnPopupBrowserCreated The LifeSpanHandlerOnPopupBrowserCreatedDelegate will be called when theIBrowser has been created. The IBrowser instance is valid until OnPopupDestroyed(LifeSpanHandlerOnPopupDestroyedDelegate) is called. IBrowser provides low level access to the CEF Browser, you can access frames, view source, perform navigation (via frame) etc.
Public methodOnPopupCreated The LifeSpanHandlerOnPopupCreatedDelegate will be called when theChromiumWebBrowser has been created. When the LifeSpanHandlerOnPopupCreatedDelegate is called you must add the control to it's intended parent.
Public methodOnPopupDestroyed The LifeSpanHandlerOnPopupDestroyedDelegate will be called when the ChromiumWebBrowser is to be removed from it's parent. When the LifeSpanHandlerOnPopupDestroyedDelegate is called you must remove/dispose of the ChromiumWebBrowser.
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
See Also