Property UninstallExtensionHandler
- Namespace
- DotNetBrowser.Extensions
- Assembly
- DotNetBrowser.dll
UninstallExtensionHandler
Gets or sets a handler that is used when the extension is about to uninstall.
IHandler<UninstallExtensionParameters, UninstallExtensionResponse> UninstallExtensionHandler { get; set; }
Property Value
Remarks
Use the Uninstall value to uninstall the extension.
Use the Cancel value to cancel the uninstalling.
If an exception occurs inside the handler implementation, the default behavior will be applied - the method Cancel will be used.
Exceptions
- ObjectDisposedException
The IExtensions has already been disposed.