PasswordBoxPasswordChangingEventArgs.IsContentChanging Property

Definition

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.

Applies to