GoDiagram Web Reference
OnActionActivated Method (IGoActionObject)

the GoView that the input event occurred in
the GoInputEventArgs describing the input event
This method is called by GoToolAction as the user is starting to manipulate the object, normally by a mouse press.
Syntax
'Declaration
 
Sub OnActionActivated( _
   ByVal view As GoView, _
   ByVal e As GoInputEventArgs _
) 
void OnActionActivated( 
   GoView view,
   GoInputEventArgs e
)

Parameters

view
the GoView that the input event occurred in
e
the GoInputEventArgs describing the input event
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 Interface
IGoActionObject Members

 

 


© 2013. Northwoods Software Corporation. All Rights Reserved.

Send Feedback