Stroke.OnDrawingAttributesChanged(PropertyDataChangedEventArgs) Method

Definition

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

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

Parameters

e
PropertyDataChangedEventArgs

The PropertyDataChangedEventArgs object that contains the event data.

Remarks

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

Applies to