United Kingdom - English
Argentina (Español)
Australia (English)
Brasil (Português)
Canada (English)
Canada (Français)
中国 (简体中文)
Colombia (Español)
Deutschland (Deutsch)
España (Español)
France (Français)
India (English)
Italia (Italiano)
日本 (日本語)
México (Español)
Perú (Español)
Россия (Pусский)
United Kingdom (English)
United States (English)
More...
Microsoft.com
Welcome
Sign in
Silverlight Developer Center
Home
Library
Printer Friendly Version
Send
Add Content...
Click to Rate and Give Feedback
Give feedback on this content
MSDN Library
MSDN
Please Wait
MSDN Library
Please Wait
Web Development
Please Wait
Silverlight 3
Please Wait
.NET Framework Class Library for Si...
Please Wait
System.Windows.Browser Namespace
Please Wait
HtmlEventArgs Class
Please Wait
HtmlEventArgs Members
Switch on low bandwidth view
Collapse All
Members Filter
Include Protected Members
Include Inherited Members
.NET Framework Class Library for Silverlight
HtmlEventArgs Members
Provides event details to event handlers.
The
HtmlEventArgs
type exposes the following members.
Methods
Name
Description
Equals
Determines whether the specified
Object
is equal to the current
Object
.
(Inherited from
Object
.)
Finalize
Allows an
Object
to attempt to free resources and perform other cleanup operations before the
Object
is reclaimed by garbage collection.
(Inherited from
Object
.)
GetHashCode
Serves as a hash function for a particular type.
(Inherited from
Object
.)
GetType
Gets the
Type
of the current instance.
(Inherited from
Object
.)
MemberwiseClone
Creates a shallow copy of the current
Object
.
(Inherited from
Object
.)
PreventDefault
Specifies that the associated Document Object Model (DOM) element should not perform the default action for the current event.
StopPropagation
Specifies that the event should not bubble up the Document Object Model (DOM) hierarchy.
ToString
Returns a
String
that represents the current
Object
.
(Inherited from
Object
.)
Top
Properties
Name
Description
AltKey
Gets the state of the ALT key when the event was raised.
CharacterCode
Gets the integer Unicode value of a key that was pressed.
ClientX
Gets the x-coordinate mouse position in pixels relative to the client area of the window.
ClientY
Gets the y-coordinate mouse position in pixels relative to the client area of the window.
CtrlKey
Gets the state of the CTRL key when the event was raised.
EventObject
Gets the underlying HTML event object.
EventType
Gets the name of the event raised by the browser.
KeyCode
Gets the integer Unicode value of a key that is associated with a keyboard event other than "keypress".
MouseButton
Gets the mouse buttons that were clicked at the time the event was raised.
OffsetX
Gets the x-coordinate mouse position in pixels relative to the HTML object that raised the event.
OffsetY
Gets the y-coordinate mouse position in pixels relative to the HTML object that raised the event.
ScreenX
Gets the x-coordinate mouse position in pixels relative to the user's screen.
ScreenY
Gets the y-coordinate mouse position in pixels relative to the user's screen.
ShiftKey
Gets the state of the SHIFT key when the event was raised.
Source
Gets a reference to the Document Object Model (DOM) element or object that raised the event.
Top
See Also
Reference
HtmlEventArgs Class
System.Windows.Browser Namespace
Tags
:
Add a tag
Add
Cancel
Flag as
ContentBug
Community Content
Add new content
Annotations
|
Edit
Tags
:
Add a tag
Add
Cancel
Flag as
ContentBug
Manage Your Profile
|
Legal
|
Contact Us
|
Newsletter Registration
© 2009 Microsoft Corporation. All rights reserved.
Terms of Use
|
Trademarks
|
Privacy Statement