Share via


WebBrowser.ScriptNotify Event

Namespace:  Microsoft.Phone.Controls
Assembly:  Microsoft.Phone (in Microsoft.Phone.dll)

Syntax

'Declaration
Public Event ScriptNotify As EventHandler(Of NotifyEventArgs)
public event EventHandler<NotifyEventArgs> ScriptNotify
public:
 event EventHandler<NotifyEventArgs^>^ ScriptNotify {
    void add (EventHandler<NotifyEventArgs^>^ value);
    void remove (EventHandler<NotifyEventArgs^>^ value);
}
member ScriptNotify : IEvent<EventHandler<NotifyEventArgs>,
    NotifyEventArgs>

Version Information

.NET for Windows Phone apps

Supported in: Windows Phone 8, Silverlight 8.1

.NET Framework Security

See Also

Reference

WebBrowser Class

Microsoft.Phone.Controls Namespace