言語

Stroke.OnDrawingAttributesReplaced(DrawingAttributesReplacedEventArgs) メソッド

定義

派生クラスが DrawingAttributesReplaced イベントの既定の動作を変更できるようにします。

protected:
 virtual void OnDrawingAttributesReplaced(System::Windows::Ink::DrawingAttributesReplacedEventArgs ^ e);
protected virtual void OnDrawingAttributesReplaced(System.Windows.Ink.DrawingAttributesReplacedEventArgs e);
abstract member OnDrawingAttributesReplaced : System.Windows.Ink.DrawingAttributesReplacedEventArgs -> unit
override this.OnDrawingAttributesReplaced : System.Windows.Ink.DrawingAttributesReplacedEventArgs -> unit
Protected Overridable Sub OnDrawingAttributesReplaced (e As DrawingAttributesReplacedEventArgs)

パラメーター

e
DrawingAttributesReplacedEventArgs

イベント データを含む DrawingAttributesReplacedEventArgs オブジェクト。

注釈

派生クラスでこのメソッドをオーバーライドする場合は、登録されているデリゲートがイベントを受け取るように、基底クラスの OnDrawingAttributesReplaced メソッドを呼び出します。

適用対象