ComponentChangingEventArgs.Component 屬性

定義

取得正要變更的元件或是做為正要變更成員的父容器 (Container) 之元件。

public:
 property System::Object ^ Component { System::Object ^ get(); };
public object Component { get; }
public object? Component { get; }
member this.Component : obj
Public ReadOnly Property Component As Object

屬性值

正要使成員變更的元件。

適用於