FormFix v6.0 for .NET - Updated
DataItemEventHandler Delegate



Accusoft.FormFixSdk Namespace : DataItemEventHandler Delegate
The object that issued the event to read or write a data item.
Arguments for the read and write events. This object has properties for the data that the object that raises the event and the code that handles the event pass to each other.
A delegate for events that read or write data items in persistent storage.
Syntax
'Declaration
 
Public Delegate Sub DataItemEventHandler( _
   ByVal sender As Object, _
   ByVal e As DataItemEventArgs _
) 
'Usage
 
Dim instance As New DataItemEventHandler(AddressOf HandlerMethod)
public delegate void DataItemEventHandler( 
   object sender,
   DataItemEventArgs e
)
public delegate void DataItemEventHandler( 
   Object^ sender,
   DataItemEventArgs^ e
)

Parameters

sender
The object that issued the event to read or write a data item.
e
Arguments for the read and write events. This object has properties for the data that the object that raises the event and the code that handles the event pass to each other.
Remarks
This is the delegate for events that read or write data items in persistent storage. The IdentificationProcessor and FormModel classes uses this delegate whenever they need to read a data item from persistent storage and when they need to write a data item to persistent storage.
See Also

Reference

DataItemEventHandler Members
Accusoft.FormFixSdk Namespace

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