Hi,
A while ago I found an article in the MSDN Library that describes an optimized usage of the event implementation. You''ll find the article in ms-help://MS.VSCC.2003/MS.MSDNQTR.2005JAN.1033/cpguide/html/cpconDefiningCustomEvent.htm
I''m just wonderin that you are not using this technique in your library. The description makes sense, you don''t have a field for each event.
Please update this post with the pro and contra''s about this article and why you''re are not using this technique.
Regards,
Thomas
AD
Administrator
Syncfusion Team
May 25, 2005 05:37 PM UTC
Thats for ASP.NET
AD
Administrator
Syncfusion Team
May 25, 2005 07:13 PM UTC
Kevin,
The content for the article is for ASP.NET.... but read the text and decide if it''s only for ASP.NET or not.....
Regards,
Thomas
AD
Administrator
Syncfusion Team
May 25, 2005 07:22 PM UTC
Microsoft uses this technique also for the Winforms Controls.