PrApi: TestDocEvent

TestDocEvent

Occurs when the state of the document has changed.

 Event TestDocEvent(
	  ByVal Status As Long )

Parameters

Status
The new status of the document.

Languages

[Visual Basic] Event TestDocEvent(ByVal status As Long)

[Delphi] procedure TestDocEvent(Sender: TObject; status: Integer);

[C++] void TestDocEvent(long status);

Remarks

It is triggered by the changing of the document state reported by the document (and motion) detection subprocess.

[Delphi] The Sender parameter indicates which component received the event and therefore called the handler.

See Also

Class PrApi Overview PrApi Properties PrApi Methods TestButton TestDocument