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입니다.

적용 대상