GoDiagram Win Reference
GoSelectionEventArgs Class
Members 

Holds information for the GoView events that involve a GoObject but are not associated with any input event.
Syntax
'Declaration
 
<SerializableAttribute()>
Public Class GoSelectionEventArgs 
   Inherits System.EventArgs
[SerializableAttribute()]
public class GoSelectionEventArgs : System.EventArgs 
Remarks

Although both this kind of event and GoObjectEventArgs are associated with a particular GoObject, this class is used when no particular mouse input event information is relevant. Such events include: GoView.LinkCreated, GoView.LinkRelinked, GoView.ObjectGotSelection, GoView.ObjectLostSelection, GoView.ObjectResized, GoView.ObjectEdited (in WinForms). With these events there is only a single object involved. The name of this class, GoSelectionEventArgs may be somewhat misleading, since not all events involve the view's GoSelection. In the list above, most do, but LinkCreated and ObjectEdited might not involve selection.

Additional GoView events are not even associated with one particular object--they use the System.EventArgs class instead of this class. Such events include: GoView.ClipboardCopied, GoView.ClipboardPasted, GoView.SelectionCopied, GoView.SelectionDeleting, GoView.SelectionDeleted, and GoView.SelectionMoved. These events implicitly use the GoView.Selection to identify the set of affected objects.

Inheritance Hierarchy

System.Object
   System.EventArgs
      Northwoods.Go.GoSelectionEventArgs

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

GoSelectionEventArgs Members
Northwoods.Go Namespace
GoInputEventArgs Class
GoObjectEventArgs Class

 

 


© 2013. Northwoods Software Corporation. All Rights Reserved.

Send Feedback