EventSource.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.
Called when the first event sink is added to the event source. The derived class should advise the VS events it is wrapping at this point. This method will always be called on the UI thread.
protected:
abstract void Advise();
protected:
abstract void Advise();
abstract void Advise();
protected abstract void Advise ();
abstract member Advise : unit -> unit
Protected MustOverride Sub Advise ()