DataServiceContext Events

Microsoft Silverlight will reach end of support after October 2021. Learn more.

Include Protected Members
Include Inherited Members

Include Silverlight Members
Include Silverlight for Windows Phone Members
Include XNA Framework Members

The DataServiceContext type exposes the following members.

Events

  Name Description
Public event ReadingEntity Occurs after the entity has been completely read into the target entity.
Public event SendingRequest Occurs when a new HttpWebRequest has been created.
Public event WritingEntity Occurs after an entity has been fully serialized into XML (Atom), and allows the developer to change the XML before it is sent.

Top