Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SoundNotify Class / DoAction Method
A ValidateActionContext value that indicates whether the validation failed and that includes relative context information.


In This Topic
    DoAction Method (SoundNotify)
    In This Topic
    Executes the current SoundNotify using the context.
    Syntax
    'Declaration
     
    
    Protected Overrides Sub DoAction( _
       ByVal context As ValidateActionContext _
    ) 
    'Usage
     
    
    Dim instance As SoundNotify
    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