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!

ImageButton.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
[To be supplied.]

See Also

ImageButton Class | ImageButton Members | System.Web.UI.WebControls Namespace | addOnCommand