OleComponent.OnChangeStateCore(UInt32, Int32) Method

Definition

Default implemmentation of OnEnterState. Simply raises the approriate event based on what state changed (described in ComponentState.

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

Parameters

uStateID
UInt32
fEnter
Int32

Applies to