Delegate PanelSettings.ItemActionDelegate
Encapsulates a method that is invoked when item is clicked, changed or in the similar places.
public delegate void PanelSettings.ItemActionDelegate(PanelSettingsItem item, EventArgs e)
Parameters
itemPanelSettingsItemItem.
eEventArgsEvent arguments.