NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

Repeater.OnItemCommand

[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
);

Parameters

e
[To be supplied.]

See Also

Repeater Class | Repeater Members | System.Web.UI.WebControls Namespace