[To be supplied.]
[Visual Basic] Overridable Protected Sub OnItemCommand( _ ByVal e As RepeaterCommandEventArgs _ ) [C#] protected virtual void OnItemCommand( RepeaterCommandEventArgs e ); [C++] protected: virtual void OnItemCommand( RepeaterCommandEventArgs* e ); [JScript] protected function OnItemCommand( e : RepeaterCommandEventArgs );
Repeater Class | Repeater Members | System.Web.UI.WebControls Namespace