Skip to main content

WindowActionsEventArgs

Namespace: PPJ.Runtime.Windows

Assembly: PPJ.Runtime.49 (4.9.0.0)

Arguments for the WindowActionsEvent.

public class WindowActionsEventArgs : EventArgs

Constructors

Instance memberWindowActionsEventArgs(ctrl, msg, wParam, lParam)

Constructs a new SalMessage object.

NameTypeDescription
ctrlControlTarget control on which to execute the call.
msgInt32
wParamIntPtr
lParamIntPtr

Instance memberWindowActionsEventArgs(hWnd, msg, wParam, lParam)

Constructs a new SalMessage object.

NameTypeDescription
hWndIntPtr
msgInt32
wParamIntPtr
lParamIntPtr

Properties

Instance memberActionType

Int32: Returns the message code.

Instance memberHandled

Boolean: Returns/Sets the handled flag.

Instance memberHasReturnValue

Boolean: Returns true if the return value was set.

Instance memberhWnd

SalWindowHandle: Returns the target window handle.

Instance memberLParam

IntPtr: Returns the lParam associated with the message.

Instance memberReturn

SalNumber: Message return value. When set, the flag HasReturnValue is also flipped to true.

Instance memberWParam

IntPtr: Returns the wParam associated with the message.