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


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

パラメータ

sender
イベントを発生させたオブジェクト
e
イベント引数
参照

ElementControl クラス
ElementControl メンバ

 

 


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