WebBrowserExtended.AttachHandler(WebBrowserEvent, Delegate) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
virtual void AttachHandler(Microsoft::Uii::Csr::Browser::Web::WebBrowserEvent eventName, Delegate ^ handler);
public void AttachHandler (Microsoft.Uii.Csr.Browser.Web.WebBrowserEvent eventName, Delegate handler);
abstract member AttachHandler : Microsoft.Uii.Csr.Browser.Web.WebBrowserEvent * Delegate -> unit
override this.AttachHandler : Microsoft.Uii.Csr.Browser.Web.WebBrowserEvent * Delegate -> unit
Public Sub AttachHandler (eventName As WebBrowserEvent, handler As Delegate)
Parameters
- eventName
- WebBrowserEvent
- handler
- Delegate