'Declaration
<SRCategoryAttribute("CatData")> <SRDescriptionAttribute("DataGridView_SortedDescr")> Public Event Sorted As System.EventHandler
'Usage
Dim instance As NDataGridView Dim handler As System.EventHandler AddHandler instance.Sorted, handler
[SRCategory("CatData")] [SRDescription("DataGridView_SortedDescr")] public event System.EventHandler Sorted