WindowActionsEventArgs

PPJ.Runtime.Windows.WindowActionsEventArgs

Namespace: PPJ.Runtime.Windows

Assembly: PPJ.Web.49 (4.9.0.0)

Arguments for the WindowActionsEvent.

public class WindowActionsEventArgs : EventArgs

Constructors

WindowActionsEventArgs()

Constructs a new WindowActionsEventArgs object.

WindowActionsEventArgs(ctrl, msg, wParam, lParam)

Constructs a new WindowActionsEventArgs object.

WindowActionsEventArgs(hWnd, msg, wParam, lParam)

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

SalWindowHandlearrow-up-right: Returns the target window handle.

LParam

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

Return

SalNumberarrow-up-right: 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