OleComponent.OnChangeStateCore(UInt32, Int32) 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 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