[]
        
Occurs when the context menu is displayed.
public void ContextMenu_Popup(object sender, EventArgs e)
Public Sub ContextMenu_Popup(sender As Object, e As EventArgs)
| Type | Name | Description | 
|---|---|---|
| object | sender | Object that raised the event  | 
    
| EventArgs | e | Object of EventArgs class that contains event data  |