PropertyDataChangedEventArgs(Guid, Object, Object) 생성자

정의

PropertyDataChangedEventArgs 클래스의 새 인스턴스를 초기화합니다.

public:
 PropertyDataChangedEventArgs(Guid propertyGuid, System::Object ^ newValue, System::Object ^ previousValue);
public PropertyDataChangedEventArgs (Guid propertyGuid, object newValue, object previousValue);
new System.Windows.Ink.PropertyDataChangedEventArgs : Guid * obj * obj -> System.Windows.Ink.PropertyDataChangedEventArgs
Public Sub New (propertyGuid As Guid, newValue As Object, previousValue As Object)

매개 변수

propertyGuid
Guid

변경된 사용자 지정 속성의 Guid입니다.

newValue
Object

새 사용자 지정 속성 개체입니다.

previousValue
Object

이전 사용자 지정 속성 개체입니다.

적용 대상