J
John Socha-Leialoha
Has anyone been able to receive an event when you've registered to
receive events from ListChanged?
Here is the code I'm using (I'm using VS 2005 RC1 with CF 1.0):
OutlookSession outlook = new OutlookSession();
outlook.Appointments.Items.ListChanged += new
ListChangedEventHandler(Items_ListChanged);
This code runs just fine, but changing the calendar doesn't fire this
event in my application. I've searched the net, but haven't found anyone
who appears to have used it.
Thanks,
John
receive events from ListChanged?
Here is the code I'm using (I'm using VS 2005 RC1 with CF 1.0):
OutlookSession outlook = new OutlookSession();
outlook.Appointments.Items.ListChanged += new
ListChangedEventHandler(Items_ListChanged);
This code runs just fine, but changing the calendar doesn't fire this
event in my application. I've searched the net, but haven't found anyone
who appears to have used it.
Thanks,
John