The TupleUpdatedEventArgs type exposes the following properties.

Properties

 Public

 Protected
 Instance

 Static
 Declared

 Inherited
 XNA Framework Only

 .NET Compact Framework Only

 MemberDescription
ChangedFields
The list of Schema..::..Fields that have changed as a result of applying this update.
Key
The key of the Tuple that is the subject of this event.
(Inherited from TupleEventArgs.)
OldTuple
The old version of the Tuple.
Tuple
The Tuple that is the subject of this event.
(Inherited from TupleEventArgs.)

See Also