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