Ribbon for WinForms
OnInvalidated メソッド (XView)

C1.Win.4.8 アセンブリ > C1.Framework 名前空間 > XView クラス : OnInvalidated メソッド
System.Windows.Forms.InvalidateEventArgs that contains the event data.
Remove hosted controls that belong to elements which became invisible or belong to a different control now.
シンタックス
'宣言
 
Protected Overrides Sub OnInvalidated( _
   ByVal e As InvalidateEventArgs _
) 
protected override void OnInvalidated( 
   InvalidateEventArgs e
)

パラメータ

e
System.Windows.Forms.InvalidateEventArgs that contains the event data.
解説

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

Note: XView 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.

参照

XView クラス
XView メンバ