[]
Delegate for handling the event when a context menu is about to be opened in the designer.
public delegate void ContextMenuOpenEventHandler(object sender, ContextMenuOpenArgs e)
Type | Name | Description |
---|---|---|
object | sender | The source of the event, typically the designer surface or control that is invoking the context menu. |
ContextMenuOpenArgs | e | An instance of ContextMenuOpenArgs containing event data such as the source object for the context menu and the type of context menu to be opened. |
Name | Description |
---|---|
ContextMenuOpenEventHandler(object, IntPtr) |
Name | Description |
---|---|
BeginInvoke(object, ContextMenuOpenArgs, AsyncCallback, object) | |
EndInvoke(IAsyncResult) | |
Invoke(object, ContextMenuOpenArgs) |