Hello, how can I implement a MouseDown event in this object? I already have an object called NamedGridViewColumn that inherits from GridViewColumn and implements a Name attribute, so I want to add a MouseDown event there to. Any idea how? (Preferably in C#)
Thank you.