Print Page | Close Window

Using Cab Encapsulation Correctly

Printed From: IdeaBlade
Category: DevForce
Forum Name: DevForce Classic
Forum Discription: For .NET 2.0
URL: http://www.ideablade.com/forum/forum_posts.asp?TID=649
Printed Date: 21-May-2026 at 3:44pm


Topic: Using Cab Encapsulation Correctly
Posted By: orcities
Subject: Using Cab Encapsulation Correctly
Date Posted: 10-Jan-2008 at 1:01pm
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.
 
 



Replies:
Posted By: DeLight
Date Posted: 10-Jan-2008 at 4:04pm
well... did you look my sources in DetailGridView topic. I've added sme new events (RowClick e.g.) to GridView and Detail views already.



Print Page | Close Window