IComponentChangeService.ComponentChanging イベント
アセンブリ: System (system.dll 内)

Event ComponentChanging As ComponentChangingEventHandler
Dim instance As IComponentChangeService Dim handler As ComponentChangingEventHandler AddHandler instance.ComponentChanging, handler
event ComponentChangingEventHandler^ ComponentChanging { void add (ComponentChangingEventHandler^ value); void remove (ComponentChangingEventHandler^ value); }

このイベントはコンポーネントが実際に変更されてしまう前に発生し、変更を中止したり、変更前の処理を実行したりする機会をデザイナに与えます。フォームの読み込み時やアンロード時の変更は当然行われるため、これらの処理時にはこのイベントは発生しません。

Windows 98, Windows 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
開発プラットフォームの中には、.NET Framework によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。


Weblioに収録されているすべての辞書からIComponentChangeService.ComponentChanging イベントを検索する場合は、下記のリンクをクリックしてください。

- IComponentChangeService.ComponentChanging イベントのページへのリンク