PowerTools SPREAD for Windows Forms 8.0J
OnPictureChanged メソッド (Picture)


イベントデータを含むEventArgsオブジェクト
ピクチャが変更されたときにPictureChangedイベントを発生させます。
構文
'Declaration
 
Protected Overridable Sub OnPictureChanged( _
   ByVal e As EventArgs _
) 
'使用法
 
Dim instance As Picture
Dim e As EventArgs
 
instance.OnPictureChanged(e)
protected virtual void OnPictureChanged( 
   EventArgs e
)

パラメータ

e
イベントデータを含むEventArgsオブジェクト
参照

Picture クラス
Picture メンバ

 

 


© 2004-2015, GrapeCity inc. All rights reserved.