1 implementation of ItemCommand
System.Web (1)
UI\WebControls\DataList.cs (1)
1521event CommandEventHandler IWizardSideBarListControl.ItemCommand {
2 references to ItemCommand
System.Web (2)
UI\WebControls\Wizard.cs (2)
2346sideBarList.ItemCommand -= new CommandEventHandler(Owner.DataListItemCommand); 2354sideBarList.ItemCommand += new CommandEventHandler(Owner.DataListItemCommand);