Hacker News new | ask | show | jobs
by millstone 4704 days ago
Right, if only it used C#! Then it could use nice short names like ListViewVirtualItemsSelectionRangeChangedEventHandler or DataGridViewColumnDividerDoubleClickEventArgs.
2 comments

Oh god. That's an artifact of the idiotic VB-style, non-generic event handling "pattern". If event handlers used normal functions like everything else this just wouldn't be a problem (those types just wouldn't exist).
haha, you win this round :) though using a Microsoft (or Java) codebase might be considered cheating.