'Declaration
Public Class ReadChecksumEventArgs Inherits System.EventArgs
'Usage
Dim instance As ReadChecksumEventArgs
public class ReadChecksumEventArgs : System.EventArgs
public ref class ReadChecksumEventArgs : public System.EventArgs
'Declaration
Public Class ReadChecksumEventArgs Inherits System.EventArgs
'Usage
Dim instance As ReadChecksumEventArgs
public class ReadChecksumEventArgs : System.EventArgs
public ref class ReadChecksumEventArgs : public System.EventArgs
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.
System.Object
System.EventArgs
Accusoft.FormFixSdk.ReadChecksumEventArgs