FilteredValidationCallback Delegate

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

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

Syntax

'Declaration
Public Delegate Function FilteredValidationCallback ( _
    text As String _
) As Boolean
public delegate bool FilteredValidationCallback(
    string text
)
public delegate bool FilteredValidationCallback(
    String^ text
)
type FilteredValidationCallback = 
    delegate of  
        text:string -> bool
JScript does not support delegates.

Parameters

Return Value

Type: System.Boolean

See Also

Reference

Microsoft.TeamFoundation.Controls.WPF Namespace