PropertyDataChangedEventArgs(Guid, Object, Object) Constructeur

Définition

Initialise une nouvelle instance de la 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)

Paramètres

propertyGuid
Guid

Le Guid de la propriété personnalisée qui a changé.

newValue
Object

Nouvel objet de propriété personnalisée.

previousValue
Object

Objet de propriété personnalisée précédent.

S’applique à