[Gtk-sharp-list] RowActivated event

Santiago Erquicia serquicia@fibertel.com.ar
Mon, 24 Feb 2003 23:02:07 -0300


How can I set an EventHandler when a row is activated in a TreeView?

If I do:

treeview.RowActivated += new EventHandler(event_function);

mcs complains.

Thanks,
Santiago