Ribbon for WinForms
OnStateChanged メソッド (HtmlDiv)

C1.Win.4.8 アセンブリ > C1.Framework.Html 名前空間 > HtmlDiv クラス : OnStateChanged メソッド
C1.Framework.Element.ElementFlags that contains the state before the change.
Called by the host control when the state of this C1.Framework.Element changes.
シンタックス
'宣言
 
Protected Overridable Sub OnStateChanged( _
   ByVal oldFlags As Element.ElementFlags _
) 
protected virtual void OnStateChanged( 
   Element.ElementFlags oldFlags
)

パラメータ

oldFlags
C1.Framework.Element.ElementFlags that contains the state before the change.
解説
The state of an element is represented by a combination of C1.Framework.Element.ElementFlags values. Each individual flag is represented by a specific property, including Visible, Enabled, etc.
参照

HtmlDiv クラス
HtmlDiv メンバ