CharacterFilterFunction 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 CharacterFilterFunction ( _
    input As Char _
) As Boolean
public delegate bool CharacterFilterFunction(
    char input
)
public delegate bool CharacterFilterFunction(
    wchar_t input
)
type CharacterFilterFunction = 
    delegate of  
        input:char -> bool
JScript does not support delegates.

Parameters

Return Value

Type: System.Boolean

See Also

Reference

Microsoft.TeamFoundation.Controls.WPF Namespace