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) |
| wParam (nint) |
|
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 |
|
LinkHref (string)
In an dialog.HyperlinkClicked event handler - the |