Stroke.OnDrawingAttributesReplaced(DrawingAttributesReplacedEventArgs) Method

Definition

Allows derived classes to modify the default behavior of the DrawingAttributesReplaced event.

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)

Parameters

e
DrawingAttributesReplacedEventArgs

The DrawingAttributesReplacedEventArgs object that contains the event data.

Remarks

When overriding this method in a derived class, call the OnDrawingAttributesReplaced method of the base class so that registered delegates receive the event.

Applies to