Stroke.DrawingAttributesChanged É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 les DrawingAttributes associés à l'objet Stroke changent.
public:
event System::Windows::Ink::PropertyDataChangedEventHandler ^ DrawingAttributesChanged;
public event System.Windows.Ink.PropertyDataChangedEventHandler DrawingAttributesChanged;
member this.DrawingAttributesChanged : System.Windows.Ink.PropertyDataChangedEventHandler
Public Custom Event DrawingAttributesChanged As PropertyDataChangedEventHandler
Public Event DrawingAttributesChanged As PropertyDataChangedEventHandler
Type d'événement
Exemples
L’exemple suivant montre comment ajouter un gestionnaire pour cet événement.
// Handle DrawingAtributesChanged event on stroke
myNewStroke.DrawingAttributesChanged += new PropertyDataChangedEventHandler(myNewStroke_DrawingAttributesChanged);
' Handle DrawingAtributesChanged event on stroke
AddHandler myNewStroke.DrawingAttributesChanged, AddressOf myNewStroke_DrawingAttributesChanged
Remarques
contient PropertyDataChangedEventArgs des informations sur la propriété qui a été modifiée. Vous pouvez comparer la PropertyGuid propriété aux membres de DrawingAttributeIds pour voir quelle valeur a changé.