Spread Windows Forms 15.0
FarPoint.Win Assembly / FarPoint.Win Namespace / FontSelector Class / OnDropDown Method
Event arguments


In This Topic
    OnDropDown Method (FontSelector)
    In This Topic
    Occurs when dropped down.
    Syntax
    'Declaration
     
    
    Protected Overrides Sub OnDropDown( _
       ByVal e As EventArgs _
    ) 
    'Usage
     
    
    Dim instance As FontSelector
    Dim e As EventArgs
     
    instance.OnDropDown(e)
    protected override void OnDropDown( 
       EventArgs e
    )

    Parameters

    e
    Event arguments
    See Also