DialogEvent Class

Definition

Represents an event related to the "lifecycle" of the dialog.

public class DialogEvent
type DialogEvent = class
Public Class DialogEvent
Inheritance
DialogEvent

Constructors

DialogEvent()

Properties

Bubble

Gets or sets a value indicating whether the event will be bubbled to the parent DialogContext if not handled by the current dialog.

Name

Gets or sets name of the event being raised.

Value

Gets or sets optional value associated with the event.

Applies to