DevExpress event-raising method naming

Sometimes you want to override certain method that fires an event.  By design guidelines one would expect a protected virtual On[EventName] method. But for some reason [DevEx] decided to go with their naming convention which looks like Raise[EventName] instead. Needless to say that this is a tiny time waster for developer as one has to search for correct naming instead on relying on standard one.

Leave a Reply