EventSource.Advise Method

Definition

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 ()

Applies to