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