Share via


ReadingWritingEntityEventArgs Class

Definition

Event args for the event fired during reading or writing of an entity serialization/deserialization

public sealed class ReadingWritingEntityEventArgs : EventArgs
type ReadingWritingEntityEventArgs = class
    inherit EventArgs
Public NotInheritable Class ReadingWritingEntityEventArgs
Inherits EventArgs
Inheritance
ReadingWritingEntityEventArgs

Properties

BaseUri

Gets the base URI base of the entry or feed.

Data

Gets an entry or feed data represented as an XElement.

Entity

Gets the object representation of data returned from the Data property.

Applies to