[]
Represents a method which will be called when the context menu is displayed.
public delegate void ContextMenuStripEventHandler(object sender, ContextMenuStripEventArgs e)
Public Delegate Sub ContextMenuStripEventHandler(sender As Object, e As ContextMenuStripEventArgs)
Type | Name | Description |
---|---|---|
object | sender | Represents a method which will be called when the context menu is displayed. |
ContextMenuStripEventArgs | e | Represents a method which will be called when the context menu is displayed. |