DrawingAttributesReplacedEventArgs 建構函式

定義

初始化 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)

參數

newDrawingAttributes
DrawingAttributes

新的 DrawingAttributes

previousDrawingAttributes
DrawingAttributes

舊的 DrawingAttributes

適用於