InkOverlaySelectionChangingEventArgs, constructeur
Mise à jour : November 2007
Initialise une nouvelle instance de la classe InkOverlaySelectionChangingEventArgs.
Espace de noms : Microsoft.Ink
Assembly : Microsoft.Ink (dans Microsoft.Ink.dll)
Syntaxe
'Déclaration
Public Sub New ( _
newSelection As Strokes _
)
'Utilisation
Dim newSelection As Strokes
Dim instance As New InkOverlaySelectionChangingEventArgs(newSelection)
public InkOverlaySelectionChangingEventArgs(
Strokes newSelection
)
public:
InkOverlaySelectionChangingEventArgs(
Strokes^ newSelection
)
public InkOverlaySelectionChangingEventArgs(
Strokes newSelection
)
public function InkOverlaySelectionChangingEventArgs(
newSelection : Strokes
)
Paramètres
- newSelection
Type : Microsoft.Ink.Strokes
Collection Strokes qui deviendra la propriété Selection de l'objet InkOverlay.
Plateformes
Windows Vista
Le .NET Framework et le .NET Compact Framework ne prennent pas en charge toutes les versions de chaque plateforme. Pour obtenir la liste des versions prises en charge, consultez Configuration requise du .NET Framework.
Informations de version
.NET Framework
Pris en charge dans : 3.0
Voir aussi
Référence
InkOverlaySelectionChangingEventArgs, classe