ComponentOne SuperTooltip for WinForms
C1.Win.8 Assembly / C1.Framework Namespace / IDropDownOwner Interface / OnPostChanges Method

In This Topic
    OnPostChanges Method (IDropDownOwner)
    In This Topic
    Fires when item was clicked on dropdown form.
    Syntax
    'Declaration
     
    Sub OnPostChanges( _
       ByVal clickedElement As Element _
    ) 
    void OnPostChanges( 
       Element clickedElement
    )

    Parameters

    clickedElement
    See Also