Costruttore InkOverlayStrokesDeletingEventArgs
Aggiornamento: novembre 2007
Inizializza una nuova istanza della classe InkOverlayStrokesDeletingEventArgs.
Spazio dei nomi: Microsoft.Ink
Assembly: Microsoft.Ink (in Microsoft.Ink.dll)
Sintassi
'Dichiarazione
Public Sub New ( _
strokesToDelete As Strokes _
)
'Utilizzo
Dim strokesToDelete As Strokes
Dim instance As New InkOverlayStrokesDeletingEventArgs(strokesToDelete)
public InkOverlayStrokesDeletingEventArgs(
Strokes strokesToDelete
)
public:
InkOverlayStrokesDeletingEventArgs(
Strokes^ strokesToDelete
)
public InkOverlayStrokesDeletingEventArgs(
Strokes strokesToDelete
)
public function InkOverlayStrokesDeletingEventArgs(
strokesToDelete : Strokes
)
Parametri
- strokesToDelete
Tipo: Microsoft.Ink.Strokes
Insieme Strokes da eliminare.
Piattaforme
Windows Vista
.NET Framework e .NET Compact Framework non supportano tutte le versioni di ciascuna piattaforma. Per un elenco delle versioni supportate, vedere Requisiti di sistema di .NET Framework.
Informazioni sulla versione
.NET Framework
Supportato in: 3.0
Vedere anche
Riferimenti
InkOverlayStrokesDeletingEventArgs Classe