ComponentChangingEventArgs.Component プロパティ

定義

変更しようとしているコンポーネント、または変更しようとしているメンバーの親コンテナーであるコンポーネントを取得します。

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

プロパティ値

メンバーが変更されようとしているコンポーネント。

適用対象