InkToolbar.InkDrawingAttributesChanged Événement
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Se produit lorsque des attributs InkDrawingAttributes sont modifiés.
// Register
event_token InkDrawingAttributesChanged(TypedEventHandler<InkToolbar, IInspectable const&> const& handler) const;
// Revoke with event_token
void InkDrawingAttributesChanged(event_token const* cookie) const;
// Revoke with event_revoker
InkToolbar::InkDrawingAttributesChanged_revoker InkDrawingAttributesChanged(auto_revoke_t, TypedEventHandler<InkToolbar, IInspectable const&> const& handler) const;
public event TypedEventHandler<InkToolbar,object> InkDrawingAttributesChanged;
function onInkDrawingAttributesChanged(eventArgs) { /* Your code */ }
inkToolbar.addEventListener("inkdrawingattributeschanged", onInkDrawingAttributesChanged);
inkToolbar.removeEventListener("inkdrawingattributeschanged", onInkDrawingAttributesChanged);
- or -
inkToolbar.oninkdrawingattributeschanged = onInkDrawingAttributesChanged;
Public Custom Event InkDrawingAttributesChanged As TypedEventHandler(Of InkToolbar, Object)
Type d'événement
TypedEventHandler<InkToolbar,IInspectable>
S’applique à
Voir aussi
- Interactions avec le stylo et le stylet
- Ajouter un InkToolbar à une application plateforme Windows universelle (UWP)
- Tutoriel de prise en main : Prise en charge de l’entrée manuscrite dans votre application UWP
- InkDrawingAttributes
- Exemple d’entrée manuscrite simple (C#/C++)
- Exemple d’encre complexe (C++)
- Exemple d’entrée manuscrite (JavaScript)
- Tutoriel de prise en main : Prise en charge de l’entrée manuscrite dans votre application UWP
- Exemple de livre de coloriage