ComponentChangingEventArgs.Component 属性
定义
获取将要更改的组件或作为将要更改的成员的父容器的组件。Gets the component that is about to be changed or the component that is the parent container of the member that is about to be changed.
public:
property System::Object ^ Component { System::Object ^ get(); };
public object Component { get; }
member this.Component : obj
Public ReadOnly Property Component As Object
属性值
将要更改成员的组件。The component that is about to have a member changed.