Stroke.DrawingAttributesReplaced イベント

定義

Stroke オブジェクトの描画属性が置き換えられたときに発生します。

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 

イベントの種類

DrawingAttributesReplacedEventHandler

次の例では、このイベントのハンドラーを追加する方法を示します。

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

適用対象

こちらもご覧ください