System.Web.UI.WebControls
[ class tree: System.Web.UI.WebControls ] [ index: System.Web.UI.WebControls ] [ all elements ]

Class: TImageClickEventParameter

Source Location: /Web/UI/WebControls/TImageButton.php

Class Overview

TEventParameter
   |
   --TImageClickEventParameter

TImageClickEventParameter class

Class Details

[line 247]
TImageClickEventParameter class

TImageClickEventParameter encapsulates the parameter data for OnClick event of TImageButton components.




version:  v1.0, last update on 2004/08/13 21:44:52
author:  Qiang Xue <qiang.xue@gmail.com>


[ Top ]

Variables



Class Variables

$x = 0

[line 253]

the X coordinate of the clicking point



access:  public

Type:   integer


[ Top ]

$y = 0

[line 258]

the Y coordinate of the clicking point



access:  public

Type:   integer


[ Top ]



© 2004-2005 PRADO Software Group. All Rights Reserved.