Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / CellStyleNotify Class / DoAction Method


In This Topic
    DoAction Method (CellStyleNotify)
    In This Topic
    Executes the current action using the context.
    Syntax
    'Declaration
     
    
    Protected Overridable Sub DoAction( _
       ByVal context As ValidateActionContext _
    ) 
    'Usage
     
    
    Dim instance As CellStyleNotify
    Dim context As ValidateActionContext
     
    instance.DoAction(context)
    protected virtual void DoAction( 
       ValidateActionContext context
    )

    Parameters

    context
    See Also