Click or drag to resize

wclThreadOnSynchronize Method

This procedure called by the Syncrhonize method.

Namespace: wclCommon
Assembly: wclCommon (in wclCommon.dll) Version: 7.11.10.0 (7.11.10.0)
Syntax
protected virtual void OnSynchronize(
	Object Param
)

Parameters

Param  Object
An Object with any custom user-defined data.
Remarks
This method is always called in the main thread (the thread that called the Run method) context in response to the Synchronize method call.
See Also