PowerTools InputMan for Windows Forms 8.0J
OnGotFocus メソッド (FieldsEditorControl)

イベントデータを格納しているSystem.EventArgs
GotFocus イベントを発生させます。
構文
Protected Overrides Sub OnGotFocus( _
   ByVal e As EventArgs _
) 
protected override void OnGotFocus( 
   EventArgs e
)

パラメータ

e
イベントデータを格納しているSystem.EventArgs
解説
OnGotFocus メソッドを使用すると、デリゲートを結び付けずに、派生クラスでイベントを処理することもできます。 派生クラスでイベントを処理する場合は、この手法をお勧めします。 派生クラスでOnGotFocusをオーバーライドする場合は、 登録されているデリゲートがイベントを受け取ることができるように、 基本クラスのOnGotFocus メソッドを呼び出してください。
参照

FieldsEditorControl クラス
FieldsEditorControl メンバ

 

 


© 2004-2015 GrapeCity inc. All rights reserved.