'Declaration
Public Class DataItemEventArgs Inherits System.EventArgs
'Usage
Dim instance As DataItemEventArgs
public class DataItemEventArgs : System.EventArgs
public ref class DataItemEventArgs : public System.EventArgs
'Declaration
Public Class DataItemEventArgs Inherits System.EventArgs
'Usage
Dim instance As DataItemEventArgs
public class DataItemEventArgs : System.EventArgs
public ref class DataItemEventArgs : public System.EventArgs
This class provides the communication between the object that issued a read or write data item event and the object that handles the event.
The object that issues this event will always set the Type field to the type of the data item that it wishes to read or write. For a write data item event, the object that issues the event will also set the Content property to the content that it wishes to write.
For a read data item event, the event handler should set the Content property of this object to the content of the data item that it read.
System.Object
System.EventArgs
Accusoft.FormFixSdk.DataItemEventArgs