다음을 통해 공유


CodeDomDesignerLoader.OnComponentRename(Object, String, String) 메서드

정의

ComponentRename 이벤트를 발생시킵니다.

protected:
 virtual void OnComponentRename(System::Object ^ component, System::String ^ oldName, System::String ^ newName);
protected virtual void OnComponentRename (object component, string oldName, string newName);
protected virtual void OnComponentRename (object component, string? oldName, string? newName);
override this.OnComponentRename : obj * string * string -> unit
abstract member OnComponentRename : obj * string * string -> unit
override this.OnComponentRename : obj * string * string -> unit
Protected Overridable Sub OnComponentRename (component As Object, oldName As String, newName As String)

매개 변수

component
Object

이름을 바꿀 구성 요소입니다.

oldName
String

구성 요소의 원래 이름입니다.

newName
String

구성 요소의 새 이름입니다.

적용 대상