'Declaration
<SRCategoryAttribute("CatAction")> <SRDescriptionAttribute("ListViewItemClickDescr")> Public Event ItemActivate As System.EventHandler
'Usage
Dim instance As NListView Dim handler As System.EventHandler AddHandler instance.ItemActivate, handler
[SRCategory("CatAction")] [SRDescription("ListViewItemClickDescr")] public event System.EventHandler ItemActivate