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


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

    Parameters

    context
    See Also