Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SpreadView.BuiltInAction Class / PerformAction Method


In This Topic
    PerformAction Method (SpreadView.BuiltInAction)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Overrides Sub PerformAction( _
       ByVal sender As Object _
    ) 
    'Usage
     
    
    Dim instance As SpreadView.BuiltInAction
    Dim sender As Object
     
    instance.PerformAction(sender)
    public override void PerformAction( 
       object sender
    )

    Parameters

    sender
    See Also