WindowActionsEventArgs
PPJ.Runtime.Windows.WindowActionsEventArgs
Namespace: PPJ.Runtime.Windows
Assembly: PPJ.Runtime.49 (4.9.0.0)
Arguments for the WindowActionsEvent.
public class WindowActionsEventArgs : EventArgs
Constructors
WindowActionsEventArgs(ctrl, msg, wParam, lParam)

Constructs a new SalMessage object.
WindowActionsEventArgs(hWnd, msg, wParam, lParam)

Constructs a new SalMessage object.
Properties
ActionType

Int32: Returns the message code.
Handled

Boolean: Returns/Sets the handled flag.
HasReturnValue

Boolean: Returns true if the return value was set.
hWnd

SalWindowHandle: Returns the target window handle.
LParam

IntPtr: Returns the lParam associated with the message.
Return

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

IntPtr: Returns the wParam associated with the message.
Last updated