'Declaration
<System.ComponentModel.DescriptionAttribute("Raised when the context menu is closed.")> Public Event Closed As System.EventHandler
'Usage
Dim instance As NContextMenu Dim handler As System.EventHandler AddHandler instance.Closed, handler
[System.ComponentModel.Description("Raised when the context menu is closed.")] public event System.EventHandler Closed