Gets the underlying HTML event object.
Namespace:
System.Windows.Browser
Assembly:
System.Windows.Browser (in System.Windows.Browser.dll)
Visual Basic (Declaration)
Public ReadOnly Property EventObject As ScriptObject
Get
Dim instance As HtmlEventArgs
Dim value As ScriptObject
value = instance.EventObject
public ScriptObject EventObject { get; }
This property provides access to the full API of the underlying HTML event object.
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.
Reference