'Declaration Public Property Content As String
'Usage Dim instance As DataItemEventArgs Dim value As String instance.Content = value value = instance.Content
public string Content {get; set;}
'Declaration Public Property Content As String
'Usage Dim instance As DataItemEventArgs Dim value As String instance.Content = value value = instance.Content
public string Content {get; set;}
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.