PropertyDataChangedEventArgs(Guid, Object, Object) Konstruktor

Definicja

Inicjuje nowe wystąpienie klasy 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)

Parametry

propertyGuid
Guid

Właściwość Guid niestandardowa, która uległa zmianie.

newValue
Object

Nowy obiekt właściwości niestandardowej.

previousValue
Object

Poprzedni obiekt właściwości niestandardowej.

Dotyczy