Share via


PropertyDataChangedEventArgs(Guid, Object, Object) Constructor

Definición

Inicializa una nueva instancia de la clase 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)

Parámetros

propertyGuid
Guid

Guid de la propiedad personalizada que cambió.

newValue
Object

Nuevo objeto para almacenar la propiedad personalizada.

previousValue
Object

Objeto que almacenaba el valor previo de la propiedad personalizada.

Se aplica a