ManagedServices::IMaxValueCtrlWndMsg Interface Reference


Detailed Description

Interface class used to communicate from a wrapped native control to its managed listener.

For internal use only.

Inheritance diagram for ManagedServices::IMaxValueCtrlWndMsg:
Inheritance graph
[legend]

List of all members.

Public Member Functions

void  ValueChanged (System::Object^newValue)
  Callback invoked when the control's value is changed.
void  ButtonDown (System::Object^newValue)
  Callback invoked when the button is pushed down.
void  ButtonUp (System::Object^newValue)
  Callback invoked when the button is release.
void  EditEnter (System::Object^newValue)
  Callback invoked when the control receives enter key.

Member Function Documentation

void ManagedServices::IMaxValueCtrlWndMsg::ValueChanged ( System::Object^  newValue )

Callback invoked when the control's value is changed.

For internal use only.

Parameters:
newValue the updated value
void ManagedServices::IMaxValueCtrlWndMsg::ButtonDown ( System::Object^  newValue )

Callback invoked when the button is pushed down.

For internal use only.

Parameters:
newValue the updated value
void ManagedServices::IMaxValueCtrlWndMsg::ButtonUp ( System::Object^  newValue )

Callback invoked when the button is release.

For internal use only.

Parameters:
newValue the updated value
void ManagedServices::IMaxValueCtrlWndMsg::EditEnter ( System::Object^  newValue )

Callback invoked when the control receives enter key.

For internal use only.

Parameters:
newValue the updated value