GxImage: ImageUpdate

ImageUpdate

Occurs when the image of the ActiveX control is updated



 Event ImageUpdate(
	  ByVal errcode As Long )

Parameters

errcode
The error code if the image updating is failed.

Languages

[Visual Basic] Event ImageUpdate(ByVal errcode As Long)

[Delphi] procedure ImageUpdate(Sender: TObject; errcode: Integer);

[C++] void OnImageUpdate(long errcode);

Remarks

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

See Also

Class GxImage Overview GxImage Properties GxImage Methods ImagePtr64 ImgSrcParam