FilteredTextBox.ValidationCallback Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

This delegate is called whenever the text in the control is changed.

If the delegate returns false, then a red border is displayed around the control.

Namespace:  Microsoft.TeamFoundation.Controls.WPF
Assembly:  Microsoft.TeamFoundation.Controls (in Microsoft.TeamFoundation.Controls.dll)

Syntax

'Declaration
Public Property ValidationCallback As FilteredValidationCallback
public FilteredValidationCallback ValidationCallback { get; set; }
public:
property FilteredValidationCallback^ ValidationCallback {
    FilteredValidationCallback^ get ();
    void set (FilteredValidationCallback^ value);
}
member ValidationCallback : FilteredValidationCallback with get, set
function get ValidationCallback () : FilteredValidationCallback 
function set ValidationCallback (value : FilteredValidationCallback)

Property Value

Type: Microsoft.TeamFoundation.Controls.WPF.FilteredValidationCallback
Returns FilteredValidationCallback.

.NET Framework Security

See Also

Reference

FilteredTextBox Class

Microsoft.TeamFoundation.Controls.WPF Namespace