InputPanel for WinForms | ComponentOne
C1.Win.InputPanel.5 Assembly / C1.Win.InputPanel Namespace / C1InputPanel Class / OnInvalidated Method
System.Windows.Forms.InvalidateEventArgs that contains the event data.

In This Topic
    OnInvalidated Method (C1InputPanel)
    In This Topic
    Remove hosted controls that belong to elements which became invisible or belong to a different control now.
    Syntax
    'Declaration
     
    Protected Overridable Sub OnInvalidated( _
       ByVal e As InvalidateEventArgs _
    ) 
    protected virtual void OnInvalidated( 
       InvalidateEventArgs e
    )

    Parameters

    e
    System.Windows.Forms.InvalidateEventArgs that contains the event data.
    Remarks

    The host element is responsible for restoring the control's Parent property when it updates its position.

    Note: C1.Framework.XView determines that a System.Windows.Forms.Controlbelongs to an C1.Framework.XView.Element if the control's System.Windows.Forms.Control.Tag property contains a reference to a System.Windows.Forms.Control object.

    See Also