Specifies which key on the keyboard was pressed when the mouse button is pressed.

Namespace:  ESRI.ArcGIS.Desktop.AddIns

Assembly:  ESRI.ArcGIS.Desktop.Addins (in ESRI.ArcGIS.Desktop.Addins.dll) Version: 10.0.0.0 (10.0.0.0)

Syntax

C#
protected class MouseEventArgs : MouseEventArgs
Visual Basic (Declaration)
Protected Class MouseEventArgs _
	Inherits MouseEventArgs
Visual C++
protected ref class MouseEventArgs : public MouseEventArgs

Inheritance Hierarchy

System..::.Object

  System..::.EventArgs

    System.Windows.Forms..::.MouseEventArgs

      ESRI.ArcGIS.Desktop.AddIns..::.Tool..::.MouseEventArgs

See Also