ITypeProvider.TypesChanged 事件
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
當實作此介面的型別提供者型別改變時,會發生這種情況。 這可能發生在 CodeCompileUnit 組件或從型別提供者中新增或移除時。
public:
event EventHandler ^ TypesChanged;
event EventHandler TypesChanged;
member this.TypesChanged : EventHandler
Event TypesChanged As EventHandler