PowerTools InputMan for Windows Forms 8.0J
Paint イベント (Field)

フィールドが再描画されるときに発生します。
構文
Public Event Paint As PaintEventHandler
public event PaintEventHandler Paint
イベント データ

イベント ハンドラが、このイベントに関連するデータを含む、PaintEventArgs 型の引数を受け取りました。次の PaintEventArgs プロパティには、このイベントの固有の情報が記載されます。

プロパティ解説
ClipRectangleGets the rectangle in which to paint.  
GraphicsGets the graphics used to paint.  
解説
このイベントは、Fieldが更新されたときに発生します。
参照

Field クラス
Field メンバ

 

 


© 2004-2015 GrapeCity inc. All rights reserved.