custom delegate for ToolStripMenuItem
Is it possible to create custom delegate and event for a ToolStripMenuItem?
Is it possible to assign this kind of method for a delegate using Click as event
private void deleteToolStripMenuItem_Click(EventArgs e,exListBox lstBox_All,exListBox lstBox_Any)
{
...
}
Please show how...
Thanks in advance...