Class DEventArgs
Arguments for dialog event handlers.
public record DEventArgs : IEquatable<DEventArgs>
Remarks
To return a non-zero value from the callback function, assign the value to the returnValue field.
More info: TaskDialogCallbackProc.
Namespace: Au.Types
Assembly: Au.dll
Inheritance
object
DEventArgs
Constructors
| Name | Description |
|---|---|
| DEventArgs(dialog, wnd, TDN, nint, int, int, string) |
Fields
| Name | Description |
|---|---|
| returnValue |
Properties
| Name | Description |
|---|---|
| Button | In a dialog.ButtonClicked event handler - button id. |
| DontCloseDialog | Your dialog.ButtonClicked event handler function can use this to prevent closing the dialog. |
| EditText | Gets or sets edit field text. |
| LinkHref | In an dialog.HyperlinkClicked event handler - the |
| TimerTimeMS | In a dialog.Timer event handler - timer time in milliseconds. The handler can set |
| d | The dialog. |
| hwnd | The dialog window. |
| message | |
| wParam |