R Ryan Jul 27, 2003 #1 I'm wondering how to set up an event in c# that fires whenever a certain object changes. Can this be done? thnx
I'm wondering how to set up an event in c# that fires whenever a certain object changes. Can this be done? thnx
J Jay B. Harlow [MVP - Outlook] Jul 28, 2003 #2 Ryan, Is the object from a class you are design, or an existing class? For how to implement an Event on your object see Design Guidelines for Class Libraries Designers: http://msdn.microsoft.com/library/d...s/cpgenref/html/cpconeventusageguidelines.asp For existing objects, check the object for any events that it raises. Hope this helps Jay
Ryan, Is the object from a class you are design, or an existing class? For how to implement an Event on your object see Design Guidelines for Class Libraries Designers: http://msdn.microsoft.com/library/d...s/cpgenref/html/cpconeventusageguidelines.asp For existing objects, check the object for any events that it raises. Hope this helps Jay