DrawingAttributesReplacedEventArgs Costruttore

Definizione

Inizializza una nuova istanza della classe DrawingAttributesReplacedEventArgs.

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)

Parametri

newDrawingAttributes
DrawingAttributes

DrawingAttributesNuovo oggetto .

previousDrawingAttributes
DrawingAttributes

Oggetto precedente DrawingAttributes.

Si applica a