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

適用対象