DekGenius.com
[ Team LiB ] Previous Section Next Section

ToolBarButtonClickEventHandlerserializable

System.Windows.Forms (system.windows.forms.dll)delegate

This is the delegate for the ToolBar.ButtonClick event.

public delegate void ToolBarButtonClickEventHandler(object sender, ToolBarButtonClickEventArgs e);

Associated Events

ToolBar.{ButtonClick(), ButtonDropDown()}

    [ Team LiB ] Previous Section Next Section