Accusoft.Forms1 - Updated
Type Property (DataItemEventArgs)



Accusoft.FormFixSdk Namespace > DataItemEventArgs Class : Type Property
The type of the data item to read or write.
Syntax
Public Property Type As String
Dim instance As DataItemEventArgs
Dim value As String
 
instance.Type = value
 
value = instance.Type
public string Type {get; set;}
public:
property String^ Type {
   String^ get();
   void set (    String^ value);
}
Remarks
The object that issues a read or write data item event will place the type of that data item into this property before it issues the event.
See Also

Reference

DataItemEventArgs Class
DataItemEventArgs Members