GoDiagram Web Reference
GoObjectEventArgs Class
Members 

Holds information for the GoView events involving both a GoObject and some input event.
Syntax
'Declaration
 
<SerializableAttribute()>
Public Class GoObjectEventArgs 
   Inherits GoInputEventArgs
[SerializableAttribute()]
public class GoObjectEventArgs : GoInputEventArgs 
Remarks

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.

Inheritance Hierarchy

System.Object
   System.EventArgs
      Northwoods.GoWeb.GoInputEventArgs
         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

GoObjectEventArgs Members
Northwoods.GoWeb Namespace
GoInputEventArgs Class
GoSelectionEventArgs Class

 

 


© 2013. Northwoods Software Corporation. All Rights Reserved.

Send Feedback