'Declaration Public Overridable Function OnToolbarButtonClicked( _ ByVal button As ToolBarButton, _ ByVal e As EventArgs _ ) As Boolean
'Usage Dim instance As ChartToolbarControl Dim button As ToolBarButton Dim e As EventArgs Dim value As Boolean value = instance.OnToolbarButtonClicked(button, e)
public virtual bool OnToolbarButtonClicked( ToolBarButton button, EventArgs e )
Parameters
- button
- e
Return Value
true if the event is handled, false if the button was not from the predefined set and a custom handling is required