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