Accusoft.FormFix5.Net - Updated
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
public string Content {get; set;}
public: __property string* get_Content();
public: __property void set_Content( 
   string* value
);
public:
property String^ Content {
   String^ get();
   void set (    String^ value);
}
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