InputPanel for WinForms | ComponentOne
C1.Win.4.5.2 Assembly / C1.Framework Namespace / BitmapIconElement Class / OnValidated Method

In This Topic
    OnValidated Method (BitmapIconElement)
    In This Topic
    Called by the host control after the element has been validated.
    Syntax
    'Declaration
     
    Public Overridable Sub OnValidated( _
       ByVal e As EventArgs _
    ) 
    public virtual void OnValidated( 
       EventArgs e
    )

    Parameters

    e
    See Also