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 de propiedad personalizada.

previousValue
Object

Objeto de propiedad personalizada anterior.

Se aplica a