OleComponent.OnAppActivateCore(Int32, UInt32) Method

Definition

Default implemmentation of OnAppActivate. Simply raises the AppActivate event if there are listeners.

protected:
 virtual void OnAppActivateCore(int fActive, System::UInt32 dwOtherThreadID);
protected:
 virtual void OnAppActivateCore(int fActive, unsigned int dwOtherThreadID);
 virtual void OnAppActivateCore(int fActive, unsigned int dwOtherThreadID);
protected virtual void OnAppActivateCore (int fActive, uint dwOtherThreadID);
abstract member OnAppActivateCore : int * uint32 -> unit
override this.OnAppActivateCore : int * uint32 -> unit
Protected Overridable Sub OnAppActivateCore (fActive As Integer, dwOtherThreadID As UInteger)

Parameters

fActive
Int32
dwOtherThreadID
UInt32

Applies to