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.RemoveOnCommand

Removes the given handler for the Command event. If there are duplicate entries, ALL are removed.

[Visual Basic]
Overridable Public Sub RemoveOnCommand( _
   ByVal handler As CommandEventHandler _
)
[C#]
public virtual void RemoveOnCommand(
   CommandEventHandler handler
);
[C++]
public: virtual void RemoveOnCommand(
   CommandEventHandler* handler
);
[JScript]
public function RemoveOnCommand(
   handler : CommandEventHandler
);

Parameters

handler
Event handler to be removed.

See Also

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