DrawingAttributesReplacedEventArgs Konstruktor

Definition

Initialisiert eine neue Instanz der DrawingAttributesReplacedEventArgs-Klasse.

public:
 DrawingAttributesReplacedEventArgs(System::Windows::Ink::DrawingAttributes ^ newDrawingAttributes, System::Windows::Ink::DrawingAttributes ^ previousDrawingAttributes);
public DrawingAttributesReplacedEventArgs (System.Windows.Ink.DrawingAttributes newDrawingAttributes, System.Windows.Ink.DrawingAttributes previousDrawingAttributes);
new System.Windows.Ink.DrawingAttributesReplacedEventArgs : System.Windows.Ink.DrawingAttributes * System.Windows.Ink.DrawingAttributes -> System.Windows.Ink.DrawingAttributesReplacedEventArgs
Public Sub New (newDrawingAttributes As DrawingAttributes, previousDrawingAttributes As DrawingAttributes)

Parameter

newDrawingAttributes
DrawingAttributes

Die neue DrawingAttributes.

previousDrawingAttributes
DrawingAttributes

Die alte DrawingAttributes.

Gilt für