Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / TipNotify Class / DoAction Method
A ValidateActionContext value that indicates whether the validation failed, and relative context information.


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

Parameters

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