AutomationPeer.RaisePropertyChangedEvent Methode

Definition

Löst ein Ereignis aus, um den Automatisierungsclient über einen geänderten Eigenschaftswert zu benachrichtigen.

public:
 virtual void RaisePropertyChangedEvent(AutomationProperty ^ automationProperty, Platform::Object ^ oldValue, Platform::Object ^ newValue) = RaisePropertyChangedEvent;
void RaisePropertyChangedEvent(AutomationProperty const& automationProperty, IInspectable const& oldValue, IInspectable const& newValue);
public void RaisePropertyChangedEvent(AutomationProperty automationProperty, object oldValue, object newValue);
function raisePropertyChangedEvent(automationProperty, oldValue, newValue)
Public Sub RaisePropertyChangedEvent (automationProperty As AutomationProperty, oldValue As Object, newValue As Object)

Parameter

automationProperty
AutomationProperty

Die geänderte Eigenschaft.

oldValue
Object

Platform::Object

IInspectable

Der vorherige Wert der Eigenschaft.

newValue
Object

Platform::Object

IInspectable

Der neue Wert der Eigenschaft.

Gilt für: