_CommandBarButtonEvents_SinkHelper.Click Method
Namespace: Microsoft.Office.Core
Assembly: office (in office.dll)
Syntax
'Declaration
Public Overridable Sub Click ( _
param0 As CommandBarButton, _
ByRef param1 As Boolean _
)
'Usage
Dim instance As _CommandBarButtonEvents_SinkHelper
Dim param0 As CommandBarButton
Dim param1 As Boolean
instance.Click(param0, param1)
public virtual void Click(
CommandBarButton param0,
ref bool param1
)
Parameters
- param0
Type: Microsoft.Office.Core.CommandBarButton
- param1
Type: System.Boolean
Implements
_CommandBarButtonEvents.Click(CommandBarButton, Boolean)
See Also
Reference
_CommandBarButtonEvents_SinkHelper Class