DetailsView.ICallbackContainer.GetCallbackScript(IButtonControl, String) Método
Definição
Cria o script de retorno de chamada para o controle DetailsView.Creates the callback script for the DetailsView control.
virtual System::String ^ System.Web.UI.WebControls.ICallbackContainer.GetCallbackScript(System::Web::UI::WebControls::IButtonControl ^ buttonControl, System::String ^ argument) = System::Web::UI::WebControls::ICallbackContainer::GetCallbackScript;
string ICallbackContainer.GetCallbackScript (System.Web.UI.WebControls.IButtonControl buttonControl, string argument);
abstract member System.Web.UI.WebControls.ICallbackContainer.GetCallbackScript : System.Web.UI.WebControls.IButtonControl * string -> string
override this.System.Web.UI.WebControls.ICallbackContainer.GetCallbackScript : System.Web.UI.WebControls.IButtonControl * string -> string
Function GetCallbackScript (buttonControl As IButtonControl, argument As String) As String Implements ICallbackContainer.GetCallbackScript
Parâmetros
- buttonControl
- IButtonControl
O controle de botão que efetuou o postback da página para o servidor.The button control that posted the page back to the server.
- argument
- String
O argumento para o evento de retorno de chamada.The argument for the callback event.
Retornos
O script de retorno de chamada para o controle DetailsView.The callback script for the DetailsView control.
Implementações
Comentários
Esse método é um método auxiliar que é chamado pelo DetailsView controle para gerar seu script de retorno de chamada.This method is a helper method that is called by the DetailsView control to generate its callback script. Se o DetailsView controle não processar o script de cliente, ou se o argument parâmetro for null ou uma cadeia de caracteres vazia (""), esse método retornará null .If the DetailsView control does not render client script, or if the argument parameter is null or an empty string (""), this method returns null.