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

Class: TDataListCommandEventParameter

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

Class Overview

TEventParameter
   |
   --TCommandEventParameter
      |
      --TDataListCommandEventParameter

TDataListCommandEventParameter class

Class Details

[line 1103]
TDataListCommandEventParameter class

TDataListCommandEventParameter encapsulates the parameter data for OnItemCommand event of TDataList controls.




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


[ Top ]

Variables


Inherited Variables


Class Variables

$item = null

[line 1109]

The TDataListItem control responsible for the event.



access:  public

Type:   TDataListItem


[ Top ]

$source = null

[line 1114]

The control originally raises the OnCommand event.



access:  public

Type:   TControl


[ Top ]



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