Control.ParentChanged イベント
定義
public:
event EventHandler ^ ParentChanged;
public event EventHandler ParentChanged;
member this.ParentChanged : EventHandler
Public Custom Event ParentChanged As EventHandler
イベントの種類
注釈
このイベントは、 Parent プログラムによる変更またはユーザーの操作によってプロパティが変更された場合に発生します。This event is raised if the Parent property is changed by either a programmatic modification or user interaction.
イベントの処理の詳細については、「処理とイベントの発生」を参照してください。For more information about handling events, see Handling and Raising Events.