バージョン

TileClosedEventArgs コンストラクタ

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

パラメータ

tile
閉じられたタイル。
item
関連項目。
参照