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