Bagikan melalui


AutomationPeer.RaisePropertyChangedEvent Metode

Definisi

Menaikkan peristiwa untuk memberi tahu klien otomatisasi tentang nilai properti yang diubah.

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

Properti yang berubah.

oldValue
Object

Platform::Object

IInspectable

Nilai properti sebelumnya.

newValue
Object

Platform::Object

IInspectable

Nilai baru properti .

Berlaku untuk