Accusoft.FormFix5.Net
Type Property (DataItemEventArgs)




The type of the data item to read or write.
Syntax
'Declaration
 
Public Property Type As String
'Usage
 
Dim instance As DataItemEventArgs
Dim value As String
 
instance.Type = value
 
value = instance.Type
public string Type {get; set;}
public: __property string* get_Type();
public: __property void set_Type( 
   string* value
);
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

 

 


©2018. Accusoft Corporation. All Rights Reserved.

Send Feedback