Ribbon for WinForms
OnHandleDestroyed メソッド (C1Ribbon)

C1.Win.Ribbon.4.8 アセンブリ > C1.Win.Ribbon 名前空間 > C1Ribbon クラス : OnHandleDestroyed メソッド
System.EventArgs that contains the event data.
Remove hosted controls before disposing of the parent control.
シンタックス
'宣言
 
Protected Overridable Sub OnHandleDestroyed( _
   ByVal e As EventArgs _
) 
protected virtual 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: 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.

参照

C1Ribbon クラス
C1Ribbon メンバ