ComponentOne SuperTooltip for WinForms
C1.Win.4.8 Assembly / C1.Framework Namespace / ScrollableControl Class / OnInvalidated Method

In This Topic
    OnInvalidated Method (ScrollableControl)
    In This Topic
    This member overrides System.Windows.Forms.Control.OnInvalidated(System.Windows.Forms.InvalidateEventArgs).
    Syntax
    'Declaration
     
    Protected Overrides Sub OnInvalidated( _
       ByVal e As System.Windows.Forms.InvalidateEventArgs _
    ) 
    protected override void OnInvalidated( 
       System.Windows.Forms.InvalidateEventArgs e
    )

    Parameters

    e
    See Also