PasswordBoxPasswordChangingEventArgs.IsContentChanging Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a value that indicates whether the event occured due to a change in the text content.
public:
property bool IsContentChanging { bool get(); };
bool IsContentChanging();
public bool IsContentChanging { get; }
var boolean = passwordBoxPasswordChangingEventArgs.isContentChanging;
Public ReadOnly Property IsContentChanging As Boolean
Property Value
Boolean
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.