GrapeCity SPREAD for Windows Forms 11.0J
Paint イベント (Field)


フィールドが再描画されるときに発生します。
構文
'Declaration
 
Public Event Paint As PaintEventHandler
'使用法
 
Dim instance As Field
Dim handler As PaintEventHandler
 
AddHandler instance.Paint, handler
public event PaintEventHandler Paint
イベント データ

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

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

Field クラス
Field メンバ

 

 


© 2004-2018, GrapeCity Inc. All rights reserved.