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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.