OlkTimeControlEvents Interface

Definition

This is an event interface in a COM coclass that is required by managed code for interoperability with the corresponding COM object. This interface is not intended to be used in your code.

public interface class OlkTimeControlEvents
[System.Runtime.InteropServices.Guid("000672F0-0000-0000-C000-000000000046")]
[System.Runtime.InteropServices.InterfaceType(2)]
public interface OlkTimeControlEvents
Public Interface OlkTimeControlEvents
Derived
Attributes

Methods

AfterUpdate()

This is a member in an event interface in a COM coclass. It is not intended to be used in your code.

BeforeUpdate(Boolean)

This is a member in an event interface in a COM coclass. It is not intended to be used in your code.

Change()

This is a member in an event interface in a COM coclass. It is not intended to be used in your code.

Click()

This is a member in an event interface in a COM coclass. It is not intended to be used in your code.

DoubleClick()

This is a member in an event interface in a COM coclass. It is not intended to be used in your code.

DropButtonClick()

This is a member in an event interface in a COM coclass. It is not intended to be used in your code.

Enter()

This is a member in an event interface in a COM coclass. It is not intended to be used in your code.

Exit(Boolean)

This is a member in an event interface in a COM coclass. It is not intended to be used in your code.

KeyDown(Int32, OlShiftState)

This is a member in an event interface in a COM coclass. It is not intended to be used in your code.

KeyPress(Int32)

This is a member in an event interface in a COM coclass. It is not intended to be used in your code.

KeyUp(Int32, OlShiftState)

This is a member in an event interface in a COM coclass. It is not intended to be used in your code.

MouseDown(OlMouseButton, OlShiftState, Single, Single)

This is a member in an event interface in a COM coclass. It is not intended to be used in your code.

MouseMove(OlMouseButton, OlShiftState, Single, Single)

This is a member in an event interface in a COM coclass. It is not intended to be used in your code.

MouseUp(OlMouseButton, OlShiftState, Single, Single)

This is a member in an event interface in a COM coclass. It is not intended to be used in your code.

Applies to