[Mono-list] DataGridSortCommandEventArgs

Gonzalo Paniagua Javier gonzalo@ximian.com
29 May 2003 02:11:33 +0200


El jue, 29 de 05 de 2003 a las 01:40, Jones, Larry escribió:
> Sorry the subject said it right.  Its DataGridSortCommandEventsArg that
> appears to be missing.
> I get this error from an .aspx page:
> 
> Error message: /tmp/tmpfc7e4b0.cs(109,0) : error CS0123: Method 'void
> ASP.Listing11_19_aspx.dgrdTitles_SortCommand (object,
> System.Web.UI.WebControls.DataGridSortCommandEventArgs)' does not match
> delegate 'void System.Web.UI.WebControls.DataGridCommandEventHandler
> (object, System.Web.UI.WebControls.DataGridCommandEventArgs)'

That error does not mean that the class is missing.

Can you send the error line (it should be an addition to an event) and
the signature of the method that you are trying to add as an event
handler?

-Gonzalo