AutomationPeer.RaisePropertyChangedEvent Yöntem

Tanım

Otomasyon istemcisine değiştirilen özellik değerini bildirmek için bir olay oluşturur.

public:
 void RaisePropertyChangedEvent(System::Windows::Automation::AutomationProperty ^ property, System::Object ^ oldValue, System::Object ^ newValue);
public void RaisePropertyChangedEvent (System.Windows.Automation.AutomationProperty property, object oldValue, object newValue);
member this.RaisePropertyChangedEvent : System.Windows.Automation.AutomationProperty * obj * obj -> unit
Public Sub RaisePropertyChangedEvent (property As AutomationProperty, oldValue As Object, newValue As Object)

Parametreler

property
AutomationProperty

Değişen özellik.

oldValue
Object

özelliğinin önceki değeri.

newValue
Object

Özelliğin yeni değeri.

Şunlara uygulanır

Ayrıca bkz.