INavigationPolicy.ButtonState Method

[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
Sub ButtonState ( _
    args As ButtonStateEventArgs, _
    <OutAttribute> ByRef handled As Boolean _
)
void ButtonState(
    ButtonStateEventArgs args,
    out bool handled
)
void ButtonState(
    ButtonStateEventArgs^ args, 
    [OutAttribute] bool% handled
)
abstract ButtonState : 
        args:ButtonStateEventArgs * 
        handled:bool byref -> unit
function ButtonState(
    args : ButtonStateEventArgs, 
    handled : boolean
)

Parameters

.NET Framework Security

See Also

Reference

INavigationPolicy Interface

Microsoft.TeamFoundation.Controls.WPF Namespace