Condividi tramite


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

Nuovo oggetto DrawingAttributes.

previousDrawingAttributes
DrawingAttributes

Oggetto DrawingAttributes precedente.

Si applica a