EventSource.Unadvise Method

Definition

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

Applies to