The Dialog type exposes the following members.

Events

  NameDescription
BindingValidationError (Inherited from FrameworkElement.)
GotFocus
Occurs when this element gets logical focus.
(Inherited from UIElement.)
IsEnabledChanged (Inherited from Control.)
KeyDown
Occurs when a key is pressed while focus is on this element.
(Inherited from UIElement.)
KeyUp
Occurs when a key is released while focus is on this element.
(Inherited from UIElement.)
LayoutUpdated (Inherited from FrameworkElement.)
Loaded
Occurs when the element is laid out, rendered, and ready for interaction.
(Inherited from FrameworkElement.)
LostFocus
Occurs when this element loses logical focus.
(Inherited from UIElement.)
LostMouseCapture
Occurs when this element loses mouse capture.
(Inherited from UIElement.)
MouseEnter
Occurs when the mouse pointer enters the bounds of this element.
(Inherited from UIElement.)
MouseLeave
Occurs when the mouse pointer leaves the bounds of this element.
(Inherited from UIElement.)
MouseLeftButtonDown
Occurs when the left mouse button is pressed while the mouse pointer is over this element.
(Inherited from UIElement.)
MouseLeftButtonUp
Occurs when the left mouse button is released while the mouse pointer is over this element.
(Inherited from UIElement.)
MouseMove
Occurs when the mouse pointer moves while over this element.
(Inherited from UIElement.)
MouseWheel
Occurs when the user rotates the mouse wheel while the mouse pointer is over this element.
(Inherited from UIElement.)
SizeChanged
Occurs when either the ActualHeight or the ActualWidth properties change value on this element.
(Inherited from FrameworkElement.)

See Also