InkCollectorTabletAddedEventArgs クラスの新しいインスタンスを初期化します。
名前空間 : Microsoft.Ink
アセンブリ : Microsoft.Ink (Microsoft.Ink.dll 内)
構文
'宣言
Public Sub New ( _
tablet As Tablet _
)
'使用
Dim tablet As Tablet
Dim instance As New InkCollectorTabletAddedEventArgs(tablet)
public InkCollectorTabletAddedEventArgs(
Tablet tablet
)
public:
InkCollectorTabletAddedEventArgs(
Tablet^ tablet
)
public InkCollectorTabletAddedEventArgs(
Tablet tablet
)
public function InkCollectorTabletAddedEventArgs(
tablet : Tablet
)
パラメータ
- tablet
型 : Microsoft.Ink.Tablet
追加される Tablet オブジェクト。
解説
型 Tablet の tablet は、追加されたタブレットです。
プラットフォーム
Windows Vista
.NET Framework および .NET Compact Framework では、各プラットフォームのすべてのバージョンはサポートしていません。サポートされているバージョンについては、「.NET Framework システム要件」を参照してください。
バージョン情報
.NET Framework
サポート対象 : 3.0
参照
参照
InkCollectorTabletAddedEventArgs クラス