.NET Windows Forms in a Nutshell

ToolBarButtonClickEventHandler serializable

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()}

Категории