バージョン

TileStateChangedEventArgs コンストラクタ

新しい TileStateChangedEventArgs インスタンスを作成します。
シンタックス
'宣言
 
Public Function New( _
   ByVal tile As UltraTile, _
   ByVal oldState As TileState _
)
public TileStateChangedEventArgs( 
   UltraTile tile,
   TileState oldState
)

パラメータ

tile
状態を変更している UltraTile
oldState
タイルの以前の状態。
参照