I have a client windows application that is uploading many rows of data to a list. However, I don't want the event handler on the list to fire while rows are being added via the windows application.
Is there a way in the Client Object Model to disable, or remove and add the list event handler?
Thanks.
