Northwoods.Go Assembly > Northwoods.Go Namespace : GoObjectEventArgs Class |
'Declaration <SerializableAttribute()> Public Class GoObjectEventArgs Inherits GoInputEventArgs
[SerializableAttribute()] public class GoObjectEventArgs : GoInputEventArgs
This class knows about the GoObject that got clicked as well as about how and where the click happened. Such GoView events include: GoView.ObjectSingleClicked, GoView.ObjectDoubleClicked, GoView.ObjectContextClicked, and GoView.ObjectHover
(in full Windows Forms).
The GoView.ObjectSelectionDropReject event also uses this event argument class. Those event handlers may set the GoInputEventArgs.InputState property to be GoInputState.GoInputState.Cancel. GoObject may also be null in this case.
System.Object
System.EventArgs
Northwoods.Go.GoInputEventArgs
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