Accusoft.FormFix5.Net - Updated August 3, 2020
Content Property




Accusoft.FormFixSdk Namespace > DataItemEventArgs Class : Content Property
The content of the data item to read or write.
Syntax
'Declaration
 
Public Property Content As String
 
'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.

See Also

Reference

DataItemEventArgs Class
DataItemEventArgs Members