What would be the correct way to make an event work?
For example in the gridviewcontext you have the beforeLeaveRow event and the double click event. If I wanted to add more to this context and still keep it loosly coupled how would that be done.
Sure you can easily make the gridview visible but that looses the loosel coupling that Cab is suppose to give you.