Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / ValidateActionBase Class / DoAction Method


In This Topic
DoAction Method (ValidateActionBase)
In This Topic
Executes the current using the context.
Syntax
'Declaration
 
Protected MustOverride Sub DoAction( _
   ByVal context As ValidateActionContext _
) 
 
'Usage
 
Dim instance As ValidateActionBase
Dim context As ValidateActionContext
 
instance.DoAction(context)

Parameters

context
See Also