Stroke.DrawingAttributesChanged Evento
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Si verifica quando viene modificato l'oggetto DrawingAttributes associato all'oggetto Stroke.
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
Tipo evento
Esempio
Nell'esempio seguente viene illustrato come aggiungere un gestore per questo evento.
// Handle DrawingAtributesChanged event on stroke
myNewStroke.DrawingAttributesChanged += new PropertyDataChangedEventHandler(myNewStroke_DrawingAttributesChanged);
' Handle DrawingAtributesChanged event on stroke
AddHandler myNewStroke.DrawingAttributesChanged, AddressOf myNewStroke_DrawingAttributesChanged
Commenti
Contiene PropertyDataChangedEventArgs informazioni sulla proprietà modificata. È possibile confrontare la PropertyGuid proprietà rispetto ai membri di DrawingAttributeIds per visualizzare il valore modificato.