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 受け取るように基底クラスの メソッドを呼び出します。

適用対象