Northwoods.Go Assembly > Northwoods.Go Namespace : GoInputEventArgs Class |
'Declaration <SerializableAttribute()> Public Class GoInputEventArgs Inherits System.EventArgs
[SerializableAttribute()] public class GoInputEventArgs : System.EventArgs
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.
System.Object
System.EventArgs
Northwoods.Go.GoInputEventArgs
Northwoods.Go.GoObjectEnterLeaveEventArgs
Northwoods.Go.GoObjectEventArgs
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