ComponentChangingEventArgs.Component プロパティ

定義

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

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

プロパティ値

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

適用対象