Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 854 Bytes

automationpeer_raisetextedittextchangedevent_180643997.md

File metadata and controls

28 lines (18 loc) · 854 Bytes
-api-id -api-type
M:Windows.UI.Xaml.Automation.Peers.AutomationPeer.RaiseTextEditTextChangedEvent(Windows.UI.Xaml.Automation.AutomationTextEditChangeType,Windows.Foundation.Collections.IVectorView{System.String})
winrt method

Windows.UI.Xaml.Automation.Peers.AutomationPeer.RaiseTextEditTextChangedEvent

-description

Raises an event to notify the Microsoft UI Automation core that a text control has programmatically changed text.

-parameters

-param automationTextEditChangeType

The type of change that was made to the text.

-param changedData

The new text.

-remarks

-examples

-see-also