GOA - System.Windows.Forms.MouseEventArgs

MouseEventArgs Class


Provides data for the MouseUp, MouseDown, and MouseMove events.

Definition

public class MouseEventArgs: EventArgs

Members Table

MethodDescription
EqualsOverloaded. Compares two objects to determine if they are equal. (Inherited from Object)
GetHashCodeServes as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. (Inherited from Object)
GetTypeGets the Type of the current instance. (Inherited from Object)
MouseEventArgsInitializes a new instance of MouseEventArgs.
ReferenceEqualsDetermines whether the specified Object instances are the same instance. (Inherited from Object)
ToStringReturns a String that represents the current Object. (Inherited from Object)
PropertyDescription
ButtonGets which mouse button was pressed.
ClicksGets the number of times the mouse button was pressed and released.
DeltaGets the number of detents the mouse wheel has rotated. A detent is one notch of the mouse wheel.
LocationGets the location of the mouse.
XGets the horizontal coordinate of the mouse.
YGets the vertical coordinate of the mouse.
FieldDescription
EmptyRepresents an event with no event data. (Inherited from EventArgs)

Inheritance Hierarchy

Object
EventArgs
MouseEventArgs

Class Information

NamespaceSystem.Windows.Forms
Flash LibrarySystem.Windows.Forms.scl
Flash Library Version2.0.0.2118
Silverlight LibrarySystem.Windows.Forms.dll



© 2003-2007 NETiKA Technologies. All rights reserved.