GoDiagram Web Reference
OnAction Method (GoButton)

the GoView that is handling input events for this IGoActionObject
assumed to be the same as the view's GoView.LastInput
Call all of the Action event handlers.
Syntax
'Declaration
 
Public Overridable Sub OnAction( _
   ByVal view As GoView, _
   ByVal e As GoInputEventArgs _
) 
public virtual void OnAction( 
   GoView view,
   GoInputEventArgs e
)

Parameters

view
the GoView that is handling input events for this IGoActionObject
e
assumed to be the same as the view's GoView.LastInput
Remarks
This method is called when the user does a mouse press and release on this button. If the mouse point is no longer over this object, no Action event handlers are called, and OnActionCancelled is called instead.
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

GoButton Class
GoButton Members

 

 


© 2013. Northwoods Software Corporation. All Rights Reserved.

Send Feedback