Show / Hide Table of Contents

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 href attribute.

TimerTimeMS

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

d

The dialog.

hwnd

The dialog window.

message

See task dialog notifications.

wParam

See task dialog notifications.