0
Answer

custom delegate for ToolStripMenuItem

Photo of Guingab Maricar

Guingab Maricar

16y
4.1k
1
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...

Answers (0)