Show / Hide Table of Contents

Constructor of DEventArgs


Overload

public DEventArgs(dialog d, wnd hwnd, DNative.TDN message, nint wParam, int Button, int TimerTimeMS, string LinkHref)
Parameters
d  (dialog)

The dialog.

hwnd  (wnd)

The dialog window.

message  (DNative.TDN)

See task dialog notifications.

wParam  (nint)

See task dialog notifications.

Button  (int)

In a dialog.ButtonClicked event handler - button id.

TimerTimeMS  (int)

In a dialog.Timer event handler - timer time in milliseconds. The handler can set returnValue = 1 to reset this.

LinkHref  (string)

In an dialog.HyperlinkClicked event handler - the href attribute.