ReportItem.OnNameChanged(String, String) Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
protected:
virtual void OnNameChanged(System::String ^ oldName, System::String ^ newName);
protected virtual void OnNameChanged (string oldName, string newName);
abstract member OnNameChanged : string * string -> unit
override this.OnNameChanged : string * string -> unit
Protected Overridable Sub OnNameChanged (oldName As String, newName As String)
Parâmetros
- oldName
- String
- newName
- String