ComponentRenameEventArgs.NewName 属性
定义
获取组件在重命名事件发生后的名称。Gets the name of the component after the rename event.
public:
virtual property System::String ^ NewName { System::String ^ get(); };
public virtual string NewName { get; }
member this.NewName : string
Public Overridable ReadOnly Property NewName As String
属性值
组件在重命名事件发生后的名称。The name of the component after the rename event.