Class DEventArgs
Arguments for dialog event handlers.
public class DEventArgs : EventArgs
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
Inherited Members
Fields
| Name | Description |
|---|---|
| d | |
| hwnd | |
| message | Reference: task dialog notifications. |
| returnValue | |
| wParam |
Properties
| Name | Description |
|---|---|
| Button | Clicked button id. Use in dialog.ButtonClicked event handler. |
| DontCloseDialog | Your dialog.ButtonClicked event handler function can use this to prevent closing the dialog. |
| EditText | Gets or sets edit field text. |
| LinkHref | Clicked hyperlink |
| TimerTimeMS | Dialog timer time in milliseconds. Use in dialog.Timer event handler. The event handler can set returnValue=1 to reset this. |