Skip to content

Latest commit

 

History

History
31 lines (18 loc) · 595 Bytes

passwordbox_passwordchanging.md

File metadata and controls

31 lines (18 loc) · 595 Bytes
-api-id -api-type
E:Windows.UI.Xaml.Controls.PasswordBox.PasswordChanging
winrt event

Windows.UI.Xaml.Controls.PasswordBox.PasswordChanging

-description

Occurs synchronously when the text in the password box starts to change, but before it is rendered.

-xaml-syntax

<PasswordBox PasswordChanging="eventhandler"/>

-remarks

-see-also

TextBox.TextChanging

-examples