'Declaration
Protected Overrides Sub OnInvalidated( _ ByVal e As InvalidateEventArgs _ )
protected override void OnInvalidated( InvalidateEventArgs e )
Parameters
- e
- An System.Windows.Forms.InvalidateEventArgs that contains the event data.
'Declaration
Protected Overrides Sub OnInvalidated( _ ByVal e As InvalidateEventArgs _ )
protected override void OnInvalidated( InvalidateEventArgs e )
The host element is responsible for restoring the control's Parent property when it updates its position.
Note: XViewLight determines that a System.Windows.Forms.Controlbelongs to an Element if the control's System.Windows.Forms.Control.Tag property contains a reference to a System.Windows.Forms.Control object.