GoDiagram Web Reference
GoInputEventArgs Class
Members 

Holds information for unified input events for views, for both keyboard input and mouse input, including mouse button and mouse wheel and drag-and-drop mouse actions, where no GoObject is involved.
Syntax
'Declaration
 
<SerializableAttribute()>
Public Class GoInputEventArgs 
   Inherits System.EventArgs
[SerializableAttribute()]
public class GoInputEventArgs : System.EventArgs 
Remarks

For input events that occur in the "background", there is of course no particular GoObject. Such events include: GoView.BackgroundDoubleClicked, GoView.BackgroundSingleClicked, GoView.BackgroundContextClicked, GoView.ExternalObjectsDropped (in WinForms), and GoView.BackgroundHover (in WinForms).

For input events that do involve an object, event handlers use the GoObjectEventArgs class. When no particular input information is associated with an event, GoSelectionEventArgs is used when there is a particular object, and System.EventArgs is used otherwise.

Inheritance Hierarchy

System.Object
   System.EventArgs
      Northwoods.GoWeb.GoInputEventArgs
         Northwoods.GoWeb.GoObjectEnterLeaveEventArgs
         Northwoods.GoWeb.GoObjectEventArgs

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

GoInputEventArgs Members
Northwoods.GoWeb Namespace
GoObjectEventArgs Class
GoSelectionEventArgs Class

 

 


© 2013. Northwoods Software Corporation. All Rights Reserved.

Send Feedback