EventSource.Unadvise Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Called when the last event sink is removed from the event source. The derived class should unadvise the VS events it is wrapping at this point. This method will always be called on the UI thread.
protected:
abstract void Unadvise();
protected:
abstract void Unadvise();
abstract void Unadvise();
protected abstract void Unadvise ();
abstract member Unadvise : unit -> unit
Protected MustOverride Sub Unadvise ()