Printer Friendly Version      Send     
Click to Rate and Give Feedback
MSDN
MSDN Library
Web Development
Silverlight
HtmlEventArgs Class
 HtmlEventArgs Members
Members FilterMembers Filter
.NET Framework Class Library for Silverlight
HtmlEventArgs Members
[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Provides event details to event handlers.

The HtmlEventArgs type exposes the following members.

  NameDescription
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
  NameDescription
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
© 2008 Microsoft Corporation. All rights reserved. Terms of Use  |  Trademarks  |  Privacy Statement
Page view tracker