custom delegate for ToolStripMenuItem

Sep 3 2008 1:19 AM
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...