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)

參數

備註

在導出類別中覆寫此方法時,呼叫 OnDrawingAttributesReplaced 基底類別的方法,讓註冊代理接收事件。

適用於