SolutionEvents.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.
Unadvises solution events when the last event sink is removed. This method is guaranteed to be called on the UI thread, so no synchronization is required to protect _cookie.
protected:
override void Unadvise();
protected:
override void Unadvise();
override void Unadvise();
protected override void Unadvise ();
override this.Unadvise : unit -> unit
Protected Overrides Sub Unadvise ()