Aracılığıyla paylaş


PropertyDataChangedEventArgs(Guid, Object, Object) Oluşturucu

Tanım

PropertyDataChangedEventArgs sınıfının yeni bir örneğini başlatır.

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)

Parametreler

propertyGuid
Guid

Değişen Guid özel özelliğin.

newValue
Object

Yeni özel özellik nesnesi.

previousValue
Object

Önceki özel özellik nesnesi.

Şunlara uygulanır