Ribbon for WinForms
OnHandleDestroyed メソッド (XView)

C1.Win.4.8 アセンブリ > C1.Framework 名前空間 > XView クラス : OnHandleDestroyed メソッド
System.EventArgs that contains the event data.
Remove hosted controls before disposing of the parent control.
シンタックス
'宣言
 
Protected Overrides Sub OnHandleDestroyed( _
   ByVal e As EventArgs _
) 
protected override void OnHandleDestroyed( 
   EventArgs e
)

パラメータ

e
System.EventArgs that contains the event data.
解説

This allows the host element to remain valid even if their parent view is disposed. To dispose of the hosted control, call Dispose on the hosted control directly.

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 メンバ