次の方法で共有


ImportsEventsClass.ImportRemoved イベント

このイベントは、.NET Framework インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。

Visual Basic プロジェクトから Imports ステートメントが削除された直後に発生します。

名前空間: VSLangProj
アセンブリ: VSLangProj (vslangproj.dll 内)

構文

'宣言
Public Event ImportRemoved As _dispImportsEvents_ImportRemovedEventHandler Implements _dispImportsEvents_Event.ImportRemoved
'使用
Dim instance As ImportsEventsClass
Dim handler As _dispImportsEvents_ImportRemovedEventHandler

AddHandler instance.ImportRemoved, handler
public virtual event _dispImportsEvents_ImportRemovedEventHandler _dispImportsEvents_Event.ImportRemoved
public:
virtual event _dispImportsEvents_ImportRemovedEventHandler^ ImportRemoved {
    void add (_dispImportsEvents_ImportRemovedEventHandler^ A_1) = _dispImportsEvents_Event::ImportRemoved::add;
    void remove (_dispImportsEvents_ImportRemovedEventHandler^ A_1) = _dispImportsEvents_Event::ImportRemoved::remove;
}
J# では、明示的なインタフェースの実装は使用できますが、新規に宣言することはできません。
JScript では、イベントは使用できますが、新規に宣言することはできません。

参照

関連項目

ImportsEventsClass クラス
ImportsEventsClass メンバ
VSLangProj 名前空間