Home / AJAX

Sys.UI.DataView.command Event

RSS
Modified on 2009/11/14 19:12 by Administrator Categorized as Uncategorized

Adds or removes a command event handler to the DataView control.

MyDataViewControl.add_command(handler);
MyDataViewControl.remove_command(handler);

Arguments

handler

The delegate function to bind or unbind from the command event.

See Also

Other Resources