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



Accusoft.FormFixSdk Namespace : ReadChecksumEventArgs Class
Arguments for a read checksum event.
Syntax
'Declaration
 
Public Class ReadChecksumEventArgs 
   Inherits System.EventArgs
'Usage
 
Dim instance As ReadChecksumEventArgs
public class ReadChecksumEventArgs : System.EventArgs 
public ref class ReadChecksumEventArgs : public System.EventArgs 
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

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