OleComponent.TerminateCore Method

Definition

Default implemmentation of Terminate. Simply raises the Terminate event if there are listeners. Also calls Dispose() and nulls out any reference to a IOleComponentManager that we may have been constructed with.

protected:
 virtual void TerminateCore();
protected:
 virtual void TerminateCore();
 virtual void TerminateCore();
protected virtual void TerminateCore ();
abstract member TerminateCore : unit -> unit
override this.TerminateCore : unit -> unit
Protected Overridable Sub TerminateCore ()

Applies to