Aracılığıyla paylaş


Stroke.DrawingAttributesReplaced Olay

Tanım

Bir Stroke nesnenin çizim öznitelikleri değiştirildiğinde gerçekleşir.

public:
 event System::Windows::Ink::DrawingAttributesReplacedEventHandler ^ DrawingAttributesReplaced;
public event System.Windows.Ink.DrawingAttributesReplacedEventHandler DrawingAttributesReplaced;
member this.DrawingAttributesReplaced : System.Windows.Ink.DrawingAttributesReplacedEventHandler 
Public Custom Event DrawingAttributesReplaced As DrawingAttributesReplacedEventHandler 
Public Event DrawingAttributesReplaced As DrawingAttributesReplacedEventHandler 

Olay Türü

DrawingAttributesReplacedEventHandler

Örnekler

Aşağıdaki örnekte bu olay için bir işleyicinin nasıl ekleneceği gösterilmektedir.

// Handle DrawingAttributesReplaced event on stroke
myNewStroke.DrawingAttributesReplaced += new DrawingAttributesReplacedEventHandler(myNewStroke_DrawingAttributesReplaced);
' Handle DrawingAttributesReplaced event on stroke
AddHandler myNewStroke.DrawingAttributesReplaced, AddressOf myNewStroke_DrawingAttributesReplaced

Şunlara uygulanır

Ayrıca bkz.