バージョン

TileStateChangingEventArgs コンストラクタ

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

パラメータ

tile
状態を変更している UltraTile
newState
タイルが変更される新しい状態。
参照