Accusoft.FormFix5.Net - Updated August 3, 2020
ReadChecksumEventArgs Class
Members 




Accusoft.FormFixSdk Namespace : ReadChecksumEventArgs Class
Arguments for a read checksum event.
Object Model
ReadChecksumEventArgs Class
Syntax
'Declaration
 
Public Class ReadChecksumEventArgs 
   Inherits System.EventArgs
 
'Usage
 
Dim instance As ReadChecksumEventArgs
Remarks

This class provides the communication between the object that issues a read checksum event and the object that handles the event.

None of the properties in this object convey information from the issuer of the event to the handler. Normally, the handler of the event will use the sender parameter of the event to determine what it needs to do.

An event handler for this event should set the Checksum property of this object.

Inheritance Hierarchy

System.Object
   System.EventArgs
      Accusoft.FormFixSdk.ReadChecksumEventArgs

See Also

Reference

ReadChecksumEventArgs Members
Accusoft.FormFixSdk Namespace