Table of Contents
WndMsgEventArgs Properties

The properties of the WndMsgEventArgs class are listed below. For a complete list of WndMsgEventArgs class members, see the WndMsgEventArgs Members topic.

Properties
Name Description
HWnd Get the window handle of the message.
LParam Gets the LPARAM for the message.
Message Gets the ID number of the message.
WParam Gets the WPARAM for the message.
See Also