ButtonClickedEventArgs Constructor

[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 Sub New ( _
    buttonType As ButtonType _
)
public ButtonClickedEventArgs(
    ButtonType buttonType
)
public:
ButtonClickedEventArgs(
    ButtonType buttonType
)
new : 
        buttonType:ButtonType -> ButtonClickedEventArgs
public function ButtonClickedEventArgs(
    buttonType : ButtonType
)

Parameters

.NET Framework Security

See Also

Reference

ButtonClickedEventArgs Class

Microsoft.TeamFoundation.Controls.WPF Namespace