Spread Windows Forms 17
FarPoint.Win.Spread.Design Assembly / FarPoint.Win.Spread.Design Namespace / DesignerMain Class / ribbonCellPos_GotFocus Method


In This Topic
    ribbonCellPos_GotFocus Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Sub ribbonCellPos_GotFocus( _
       ByVal sender As Object, _
       ByVal e As EventArgs _
    ) 
    'Usage
     
    
    Dim instance As DesignerMain
    Dim sender As Object
    Dim e As EventArgs
     
    instance.ribbonCellPos_GotFocus(sender, e)
    public void ribbonCellPos_GotFocus( 
       object sender,
       EventArgs e
    )

    Parameters

    sender
    e
    See Also