Gets the underlying HTML event object.
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.