FormFix v6.0 for .NET - Updated
DataItemEventArgs Class
Members 



Accusoft.FormFixSdk Namespace : DataItemEventArgs Class
Arguments for the read data item and write data item events.
Syntax
'Declaration
 
Public Class DataItemEventArgs 
   Inherits System.EventArgs
'Usage
 
Dim instance As DataItemEventArgs
public class DataItemEventArgs : System.EventArgs 
public ref class DataItemEventArgs : public System.EventArgs 
Remarks

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.

Inheritance Hierarchy

System.Object
   System.EventArgs
      Accusoft.FormFixSdk.DataItemEventArgs

See Also

Reference

DataItemEventArgs Members
Accusoft.FormFixSdk Namespace

Is this page helpful?
Yes No
Thanks for your feedback.