Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Sign In | Join
Adds or removes a command event handler to the DataView control.
MyDataViewControl.add_command(handler); MyDataViewControl.remove_command(handler);
The delegate function to bind or unbind from the command event.