PropertyDataChangedEventArgs(Guid, Object, Object) Costruttore

Definizione

Inizializza una nuova istanza della classe 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)

Parametri

propertyGuid
Guid

Oggetto Guid della proprietà personalizzata che è stata modificata.

newValue
Object

Nuovo oggetto della proprietà personalizzata.

previousValue
Object

Oggetto precedente della proprietà personalizzata.

Si applica a