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.

Name
Type
Description

ctrl

Target control on which to execute the call.

WindowActionsEventArgs(hWnd, msg, wParam, lParam)

Constructs a new SalMessage object.

Properties

ActionType

Int32arrow-up-right: Returns the message code.

Handled

Booleanarrow-up-right: Returns/Sets the handled flag.

HasReturnValue

Booleanarrow-up-right: Returns true if the return value was set.

hWnd

SalWindowHandle: Returns the target window handle.

LParam

IntPtrarrow-up-right: Returns the lParam associated with the message.

Return

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

WParam

IntPtrarrow-up-right: Returns the wParam associated with the message.

Last updated