Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.