Click to Rate and Give Feedback
MSDN
MSDN Library
Web Development
Silverlight 3
HtmlEventArgs Class
 HtmlEventArgs Members

  Switch on low bandwidth view
Members FilterMembers Filter
.NET Framework Class Library for Silverlight
HtmlEventArgs Members

Provides event details to event handlers.

The HtmlEventArgs type exposes the following members.

  NameDescription
Public methodEqualsDetermines whether the specified Object is equal to the current Object. (Inherited from Object.)
Protected methodFinalizeAllows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.)
Public methodGetHashCodeServes as a hash function for a particular type. (Inherited from Object.)
Public methodGetTypeGets the Type of the current instance. (Inherited from Object.)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object. (Inherited from Object.)
Public methodPreventDefaultSpecifies that the associated Document Object Model (DOM) element should not perform the default action for the current event.
Public methodStopPropagationSpecifies that the event should not bubble up the Document Object Model (DOM) hierarchy.
Public methodToStringReturns a String that represents the current Object. (Inherited from Object.)
Top
  NameDescription
Public propertyAltKeyGets the state of the ALT key when the event was raised.
Public propertyCharacterCodeGets the integer Unicode value of a key that was pressed.
Public propertyClientXGets the x-coordinate mouse position in pixels relative to the client area of the window.
Public propertyClientYGets the y-coordinate mouse position in pixels relative to the client area of the window.
Public propertyCtrlKeyGets the state of the CTRL key when the event was raised.
Public propertyEventObjectGets the underlying HTML event object.
Public propertyEventTypeGets the name of the event raised by the browser.
Public propertyKeyCodeGets the integer Unicode value of a key that is associated with a keyboard event other than "keypress".
Public propertyMouseButtonGets the mouse buttons that were clicked at the time the event was raised.
Public propertyOffsetXGets the x-coordinate mouse position in pixels relative to the HTML object that raised the event.
Public propertyOffsetYGets the y-coordinate mouse position in pixels relative to the HTML object that raised the event.
Public propertyScreenXGets the x-coordinate mouse position in pixels relative to the user's screen.
Public propertyScreenYGets the y-coordinate mouse position in pixels relative to the user's screen.
Public propertyShiftKeyGets the state of the SHIFT key when the event was raised.
Public propertySourceGets a reference to the Document Object Model (DOM) element or object that raised the event.
Top
Tags What's this?: Add a tag
Community Content   What is Community Content?
Add new content RSS  Annotations
Processing
© 2009 Microsoft Corporation. All rights reserved. Terms of Use  |  Trademarks  |  Privacy Statement
Page view tracker