Spread Windows Forms 12.0 Product Documentation
DoAction Method (FocusProcess)


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace > FocusProcess Class : DoAction Method
A ValidateActionContext value that indicates whether the validation failed, and that includes relative context information.
Executes the current FocusProcess using the context.
Syntax
'Declaration
 
Protected Overrides Sub DoAction( _
   ByVal context As ValidateActionContext _
) 
'Usage
 
Dim instance As FocusProcess
Dim context As ValidateActionContext
 
instance.DoAction(context)
protected override void DoAction( 
   ValidateActionContext context
)

Parameters

context
A ValidateActionContext value that indicates whether the validation failed, and that includes relative context information.
See Also

Reference

FocusProcess Class
FocusProcess Members