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!

LinkButton.OnCommand

Method used to raise the Command event.

[Visual Basic]
Overridable Protected Sub OnCommand( _
   ByVal e As CommandEventArgs _
)
[C#]
protected virtual void OnCommand(
   CommandEventArgs e
);
[C++]
protected: virtual void OnCommand(
   CommandEventArgs* e
);
[JScript]
protected function OnCommand(
   e : CommandEventArgs
);

Parameters

e
[To be supplied.]

See Also

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