OleComponent.TerminateCore 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.
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 ()