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