WindowActionsEventArgs
PPJ.Runtime.Windows.WindowActionsEventArgs
Namespace: PPJ.Runtime.Windows
Assembly: PPJ.Web.49 (4.9.0.0)
Arguments for the WindowActionsEvent.
public class WindowActionsEventArgs : EventArgsPublic Class WindowActionsEventArgs
Inherits EventArgsConstructors
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
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