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