OlkCheckBoxEvents_SinkHelper Class

Definition

This class and its members are reserved for internal use and are not intended to be used in your code.

public ref class OlkCheckBoxEvents_SinkHelper sealed : Microsoft::Office::Interop::Outlook::OlkCheckBoxEvents
[System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.None)]
public sealed class OlkCheckBoxEvents_SinkHelper : Microsoft.Office.Interop.Outlook.OlkCheckBoxEvents
Public NotInheritable Class OlkCheckBoxEvents_SinkHelper
Implements OlkCheckBoxEvents
Inheritance
OlkCheckBoxEvents_SinkHelper
Attributes
Implements

Fields

m_AfterUpdateDelegate
m_BeforeUpdateDelegate
m_ChangeDelegate
m_ClickDelegate
m_DoubleClickDelegate
m_dwCookie
m_EnterDelegate
m_ExitDelegate
m_KeyDownDelegate
m_KeyPressDelegate
m_KeyUpDelegate
m_MouseDownDelegate
m_MouseMoveDelegate
m_MouseUpDelegate

Methods

AfterUpdate()
BeforeUpdate(Boolean)
Change()
Click()
DoubleClick()
Enter()
Exit(Boolean)
KeyDown(Int32, OlShiftState)
KeyPress(Int32)
KeyUp(Int32, OlShiftState)
MouseDown(OlMouseButton, OlShiftState, Single, Single)
MouseMove(OlMouseButton, OlShiftState, Single, Single)
MouseUp(OlMouseButton, OlShiftState, Single, Single)

Applies to