GoDiagram Web Reference
OnActionAdjusted Method (Indicator)

the Northwoods.GoWeb.GoView that the input event occurred in
the Northwoods.GoWeb.GoInputEventArgs describing the input event
This method is called by Northwoods.GoWeb.GoToolAction as the user is adjusting the object, normally by a mouse drag.
Syntax
'Declaration
 
Public Overridable Sub OnActionAdjusted( _
   ByVal view As GoView, _
   ByVal e As GoInputEventArgs _
) 
public virtual void OnActionAdjusted( 
   GoView view,
   GoInputEventArgs e
)

Parameters

view
the Northwoods.GoWeb.GoView that the input event occurred in
e
the Northwoods.GoWeb.GoInputEventArgs describing the input event
Remarks
By default this just sets the Value according to the current input point. This calls GetValueForPoint to determine the indicator's new value for the current mouse point. This will get called repeatedly as the user drags the mouse around. When setting the Value, this method temporarily sets Northwoods.GoWeb.GoObject.SkipsUndoManager to true.
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

Indicator Class
Indicator Members

 

 


© 2013. Northwoods Software Corporation. All Rights Reserved.

Send Feedback