'Declaration
<ObsoleteAttribute("This method is deprecated. It is not required for testing a ReadChecksum event handler.")>
Public Function TestReadChecksumEvent() As Integer
'Usage
Dim instance As FormModel
Dim value As Integer
value = instance.TestReadChecksumEvent()
[Obsolete("This method is deprecated. It is not required for testing a ReadChecksum event handler.")]
public int TestReadChecksumEvent()
[Obsolete("This method is deprecated. It is not required for testing a ReadChecksum event handler.")]
public:
int TestReadChecksumEvent();
Return Value
The integer checksum that the
ReadChecksum event handler returned.