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 );
ImageButton Class | ImageButton Members | System.Web.UI.WebControls Namespace | addOnCommand