Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SpreadTouchStrip Class / OnOpened Method
A System.EventArgs that contains the event data.


In This Topic
    OnOpened Method
    In This Topic
    Raises the ToolStripDropDown.Opened event.
    Syntax
    'Declaration
     
    
    Protected Overrides Sub OnOpened( _
       ByVal e As EventArgs _
    ) 
    'Usage
     
    
    Dim instance As SpreadTouchStrip
    Dim e As EventArgs
     
    instance.OnOpened(e)
    protected override void OnOpened( 
       EventArgs e
    )

    Parameters

    e
    A System.EventArgs that contains the event data.
    See Also