'Usage
Dim instance As DataItemEventArgs
Dim value As String
instance.Content = value
value = instance.Content
Remarks
For a read data item event, the object that handles the event should place the content into this property. For a write data item event, the object that issues the event will place the content into this property.