GoDiagram Web Reference
IGoActionObject Interface
Members 

This interface specifies ways for the GoToolAction tool to invoke actions on objects.
Syntax
'Declaration
 
Public Interface IGoActionObject 
public interface IGoActionObject 
Remarks
Tools (IGoTool) are ways to easily specify behavior in response to mouse events for a whole GoView. To have a GoObject specify mouse-event behavior, have your object subclass implement this interface, and make sure the GoView's GoView.MouseDownTools list starts with an instance of GoToolAction, as it does by default. The GoToolAction will handle mouse events and set the properties and invoke the methods of the object implementing this interface. Typically this will be some object where a click (and perhaps a drag) should execute some code. One such class is GoButton.
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

IGoActionObject Members
Northwoods.GoWeb Namespace

 

 


© 2013. Northwoods Software Corporation. All Rights Reserved.

Send Feedback