GoDiagram Web Reference
OnLostSelection Method

The GoSelection of the GoView in which this object had been selected.
Called when this object becomes unselected.
Syntax
'Declaration
 
Public Overridable Sub OnLostSelection( _
   ByVal sel As GoSelection _
) 
public virtual void OnLostSelection( 
   GoSelection sel
)

Parameters

sel
The GoSelection of the GoView in which this object had been selected.
Remarks
This removes any selection handles from this object's SelectionObject by calling RemoveSelectionHandles on it. Any implementation of this method should not change which objects are selected.
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

GoObject Class
GoObject Members
OnGotSelection Method
RemoveSelectionHandles Method

 

 


© 2013. Northwoods Software Corporation. All Rights Reserved.

Send Feedback