PasswordBoxPasswordChangingEventArgs
PasswordBoxPasswordChangingEventArgs
PasswordBoxPasswordChangingEventArgs
PasswordBoxPasswordChangingEventArgs
Class
Definition
Some information relates to pre-released product which may be substantially modified before it’s commercially released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Prerelease APIs are identified by a Prerelease label.
[Contains prerelease APIs.]
Provides event data for the PasswordBox.PasswordChanging event.
public : sealed class PasswordBoxPasswordChangingEventArgs : IPasswordBoxPasswordChangingEventArgspublic sealed class PasswordBoxPasswordChangingEventArgs : IPasswordBoxPasswordChangingEventArgsPublic NotInheritable Class PasswordBoxPasswordChangingEventArgs Implements IPasswordBoxPasswordChangingEventArgs// This API is not available in Javascript.
- Attributes
| Device family |
Windows 10 Insider Preview (introduced v10.0.16257.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v5)
|
Remarks
An instance of this class is passed as a parameter to the PasswordBox.PasswordChanging event handler.
Properties
IsContentChanging IsContentChanging IsContentChanging IsContentChanging
Prerelease. Gets a value that indicates whether the event occured due to a change in the text content.
public : PlatForm::Boolean IsContentChanging { get; }public bool IsContentChanging { get; }Public ReadOnly Property IsContentChanging As bool// This API is not available in Javascript.
- Value
- PlatForm::Boolean bool bool bool
true if a change to the text content caused the event; otherwise, false.
Remarks
This event occurs for a format or content change. The IsContentChanging property helps to distinguish when text content is changing.