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