Input for WinForms | ComponentOne
C1.Framework Namespace / ScrollBarElement Class / OnValidated Method

In This Topic
    OnValidated Method (ScrollBarElement)
    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