Skip to main content
Version: 2023

WindowActionsEventArgs

Namespace: PPJ.Runtime.Windows

Assembly: PPJ.Web.49 (4.9.0.0)

Arguments for the WindowActionsEvent.

public class WindowActionsEventArgs : EventArgs

Constructors

Instance memberWindowActionsEventArgs()

Constructs a new WindowActionsEventArgs object.

Instance memberWindowActionsEventArgs(ctrl, msg, wParam, lParam)

Constructs a new WindowActionsEventArgs object.

NameTypeDescription
ctrlControl
msgInt32
wParamIntPtr
lParamIntPtr

Instance memberWindowActionsEventArgs(hWnd, msg, wParam, lParam)

Constructs a new WindowActionsEventArgs 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.