ButtonStateEventArgs Constructor
Namespace: Microsoft.TeamFoundation.Controls.WPF
Assembly: Microsoft.TeamFoundation.Controls (in Microsoft.TeamFoundation.Controls.dll)
Syntax
'Declaration
Public Sub New ( _
button As ButtonType _
)
public ButtonStateEventArgs(
ButtonType button
)
public:
ButtonStateEventArgs(
ButtonType button
)
new :
button:ButtonType -> ButtonStateEventArgs
public function ButtonStateEventArgs(
button : ButtonType
)
Parameters
- button
Type: Microsoft.TeamFoundation.Controls.WPF.ButtonType
.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.