.NET Framework Class Library for Silverlight
HtmlEventArgs..::.EventObject Property

Gets the underlying HTML event object.

Namespace:  System.Windows.Browser
Assembly:  System.Windows.Browser (in System.Windows.Browser.dll)
Syntax

Visual Basic (Declaration)
Public ReadOnly Property EventObject As ScriptObject
    Get
Visual Basic (Usage)
Dim instance As HtmlEventArgs
Dim value As ScriptObject

value = instance.EventObject
C#
public ScriptObject EventObject { get; }

Property Value

Type: System.Windows.Browser..::.ScriptObject
An HTML event object.
Remarks

This property provides access to the full API of the underlying HTML event object.

Platforms

For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.

See Also

Reference

Tags :


Page view tracker