Sdílet prostřednictvím


Stroke.OnDrawingAttributesReplaced(DrawingAttributesReplacedEventArgs) Metoda

Definice

Umožňuje odvozené třídy změnit výchozí chování DrawingAttributesReplaced události.

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)

Parametry

e
DrawingAttributesReplacedEventArgs

Objekt DrawingAttributesReplacedEventArgs , který obsahuje data události.

Poznámky

Při přepsání této metody v odvozené třídě zavolejte metodu OnDrawingAttributesReplaced základní třídy tak, aby registrovaní delegáti obdrželi událost.

Platí pro