バージョン

TileStateChangingEventArgs コンストラクタ

TileStateChangingEventArgs の新しいインスタンスをインスタンス化します。
シンタックス
'宣言
 
Public Function New( _
   ByVal tile As XamTile, _
   ByVal item As Object, _
   ByVal newState As TileState _
)
public TileStateChangingEventArgs( 
   XamTile tile,
   object item,
   TileState newState
)

パラメータ

tile
状態が変更されるタイル。
item
関連項目。
newState
変更後の状態。
参照