AzureStorageConnectionStringDialog Events

Include Protected Members
Include Inherited Members

Retired Content

This content and the technology described is outdated and is no longer being maintained. For more information about Transient Fault Handling, see Transient Fault Handling.

The AzureStorageConnectionStringDialog type exposes the following members.

Events

  Name Description
Public event Activated
Occurs when a window becomes the foreground window.
(Inherited from Window.)
Public event Closed
Occurs when the window is about to close.
(Inherited from Window.)
Public event Closing
Occurs directly after Close() is called, and can be handled to cancel window closure.
(Inherited from Window.)
Public event ContentRendered
Occurs after a window's content has been rendered.
(Inherited from Window.)
Public event ContextMenuClosing
Occurs just before any context menu on the element is closed.
(Inherited from FrameworkElement.)
Public event ContextMenuOpening
Occurs when any context menu on the element is opened.
(Inherited from FrameworkElement.)
Public event DataContextChanged
Occurs when the data context for this element changes.
(Inherited from FrameworkElement.)
Public event Deactivated
Occurs when a window becomes a background window.
(Inherited from Window.)
Public event DragEnter
Occurs when the input system reports an underlying drag event with this element as the drag target.
(Inherited from UIElement.)
Public event DragLeave
Occurs when the input system reports an underlying drag event with this element as the drag origin.
(Inherited from UIElement.)
Public event DragOver
Occurs when the input system reports an underlying drag event with this element as the potential drop target.
(Inherited from UIElement.)
Public event Drop
Occurs when the input system reports an underlying drop event with this element as the drop target.
(Inherited from UIElement.)
Public event FocusableChanged
Occurs when the value of the Focusable property changes.
(Inherited from UIElement.)
Public event GiveFeedback
Occurs when the input system reports an underlying drag-and-drop event that involves this element.
(Inherited from UIElement.)
Public event GotFocus
Occurs when this element gets logical focus.
(Inherited from UIElement.)
Public event GotKeyboardFocus
Occurs when the keyboard is focused on this element.
(Inherited from UIElement.)
Public event GotMouseCapture
Occurs when this element captures the mouse.
(Inherited from UIElement.)
Public event GotStylusCapture
Occurs when this element captures the stylus.
(Inherited from UIElement.)
Public event GotTouchCapture
Occurs when a touch is captured to this element.
(Inherited from UIElement.)
Public event Initialized
Occurs when this FrameworkElement is initialized. This event coincides with cases where the value of the IsInitialized property changes from false (or undefined) to true.
(Inherited from FrameworkElement.)
Public event IsEnabledChanged
Occurs when the value of the IsEnabled property on this element changes.
(Inherited from UIElement.)
Public event IsHitTestVisibleChanged
Occurs when the value of the IsHitTestVisible dependency property changes on this element.
(Inherited from UIElement.)
Public event IsKeyboardFocusedChanged
Occurs when the value of the IsKeyboardFocused property changes on this element.
(Inherited from UIElement.)
Public event IsKeyboardFocusWithinChanged
Occurs when the value of the IsKeyboardFocusWithinChanged property changes on this element.
(Inherited from UIElement.)
Public event IsMouseCapturedChanged
Occurs when the value of the IsMouseCaptured property changes on this element.
(Inherited from UIElement.)
Public event IsMouseCaptureWithinChanged
Occurs when the value of the IsMouseCaptureWithinProperty changes on this element.
(Inherited from UIElement.)
Public event IsMouseDirectlyOverChanged
Occurs when the value of the IsMouseDirectlyOver property changes on this element.
(Inherited from UIElement.)
Public event IsStylusCapturedChanged
Occurs when the value of the IsStylusCaptured property changes on this element.
(Inherited from UIElement.)
Public event IsStylusCaptureWithinChanged
Occurs when the value of the IsStylusCaptureWithin property changes on this element.
(Inherited from UIElement.)
Public event IsStylusDirectlyOverChanged
Occurs when the value of the IsStylusDirectlyOver property changes on this element.
(Inherited from UIElement.)
Public event IsVisibleChanged
Occurs when the value of the IsVisible property changes on this element.
(Inherited from UIElement.)
Public event KeyDown
Occurs when a key is pressed while focus is on this element.
(Inherited from UIElement.)
Public event KeyUp
Occurs when a key is released while focus is on this element.
(Inherited from UIElement.)
Public event LayoutUpdated
Occurs when the layout of the various visual elements associated with the current Dispatcher changes.
(Inherited from UIElement.)
Public event Loaded
Occurs when the element is laid out, rendered, and ready for interaction.
(Inherited from FrameworkElement.)
Public event LocationChanged
Occurs when the window's location changes.
(Inherited from Window.)
Public event LostFocus
Occurs when this element loses logical focus.
(Inherited from UIElement.)
Public event LostKeyboardFocus
Occurs when the keyboard is no longer focused on this element,.
(Inherited from UIElement.)
Public event LostMouseCapture
Occurs when this element loses mouse capture.
(Inherited from UIElement.)
Public event LostStylusCapture
Occurs when this element loses stylus capture.
(Inherited from UIElement.)
Public event LostTouchCapture
Occurs when this element loses a touch capture.
(Inherited from UIElement.)
Public event ManipulationBoundaryFeedback
Occurs when the manipulation encounters a boundary.
(Inherited from UIElement.)
Public event ManipulationCompleted
Occurs when a manipulation and inertia on the UIElement object is complete.
(Inherited from UIElement.)
Public event ManipulationDelta
Occurs when the input device changes position during a manipulation.
(Inherited from UIElement.)
Public event ManipulationInertiaStarting
Occurs when the input device loses contact with the UIElement object during a manipulation and inertia begins.
(Inherited from UIElement.)
Public event ManipulationStarted
Occurs when an input device begins a manipulation on the UIElement object.
(Inherited from UIElement.)
Public event ManipulationStarting
Occurs when the manipulation processor is first created.
(Inherited from UIElement.)
Public event MouseDoubleClick
Occurs when a mouse button is clicked two or more times.
(Inherited from Control.)
Public event MouseDown
Occurs when any mouse button is pressed while the pointer is over this element.
(Inherited from UIElement.)
Public event MouseEnter
Occurs when the mouse pointer enters the bounds of this element.
(Inherited from UIElement.)
Public event MouseLeave
Occurs when the mouse pointer leaves the bounds of this element.
(Inherited from UIElement.)
Public event MouseLeftButtonDown
Occurs when the left mouse button is pressed while the mouse pointer is over this element.
(Inherited from UIElement.)
Public event MouseLeftButtonUp
Occurs when the left mouse button is released while the mouse pointer is over this element.
(Inherited from UIElement.)
Public event MouseMove
Occurs when the mouse pointer moves while over this element.
(Inherited from UIElement.)
Public event MouseRightButtonDown
Occurs when the right mouse button is pressed while the mouse pointer is over this element.
(Inherited from UIElement.)
Public event MouseRightButtonUp
Occurs when the right mouse button is released while the mouse pointer is over this element.
(Inherited from UIElement.)
Public event MouseUp
Occurs when any mouse button is released over this element.
(Inherited from UIElement.)
Public event MouseWheel
Occurs when the user rotates the mouse wheel while the mouse pointer is over this element.
(Inherited from UIElement.)
Public event PreviewDragEnter
Occurs when the input system reports an underlying drag event with this element as the drag target.
(Inherited from UIElement.)
Public event PreviewDragLeave
Occurs when the input system reports an underlying drag event with this element as the drag origin.
(Inherited from UIElement.)
Public event PreviewDragOver
Occurs when the input system reports an underlying drag event with this element as the potential drop target.
(Inherited from UIElement.)
Public event PreviewDrop
Occurs when the input system reports an underlying drop event with this element as the drop target.
(Inherited from UIElement.)
Public event PreviewGiveFeedback
Occurs when a drag-and-drop operation is started.
(Inherited from UIElement.)
Public event PreviewGotKeyboardFocus
Occurs when the keyboard is focused on this element.
(Inherited from UIElement.)
Public event PreviewKeyDown
Occurs when a key is pressed while focus is on this element.
(Inherited from UIElement.)
Public event PreviewKeyUp
Occurs when a key is released while focus is on this element.
(Inherited from UIElement.)
Public event PreviewLostKeyboardFocus
Occurs when the keyboard is no longer focused on this element.
(Inherited from UIElement.)
Public event PreviewMouseDoubleClick
Occurs when a user clicks the mouse button two or more times.
(Inherited from Control.)
Public event PreviewMouseDown
Occurs when any mouse button is pressed while the pointer is over this element.
(Inherited from UIElement.)
Public event PreviewMouseLeftButtonDown
Occurs when the left mouse button is pressed while the mouse pointer is over this element.
(Inherited from UIElement.)
Public event PreviewMouseLeftButtonUp
Occurs when the left mouse button is released while the mouse pointer is over this element.
(Inherited from UIElement.)
Public event PreviewMouseMove
Occurs when the mouse pointer moves while the mouse pointer is over this element.
(Inherited from UIElement.)
Public event PreviewMouseRightButtonDown
Occurs when the right mouse button is pressed while the mouse pointer is over this element.
(Inherited from UIElement.)
Public event PreviewMouseRightButtonUp
Occurs when the right mouse button is released while the mouse pointer is over this element.
(Inherited from UIElement.)
Public event PreviewMouseUp
Occurs when any mouse button is released while the mouse pointer is over this element.
(Inherited from UIElement.)
Public event PreviewMouseWheel
Occurs when the user rotates the mouse wheel while the mouse pointer is over this element.
(Inherited from UIElement.)
Public event PreviewQueryContinueDrag
Occurs when there is a change in the keyboard or mouse button state during a drag-and-drop operation.
(Inherited from UIElement.)
Public event PreviewStylusButtonDown
Occurs when the stylus button is pressed while the pointer is over this element.
(Inherited from UIElement.)
Public event PreviewStylusButtonUp
Occurs when the stylus button is released while the pointer is over this element.
(Inherited from UIElement.)
Public event PreviewStylusDown
Occurs when the stylus touches the digitizer while it is over this element.
(Inherited from UIElement.)
Public event PreviewStylusInAirMove
Occurs when the stylus moves over an element without actually touching the digitizer.
(Inherited from UIElement.)
Public event PreviewStylusInRange
Occurs when the stylus is close enough to the digitizer to be detected, while over this element.
(Inherited from UIElement.)
Public event PreviewStylusMove
Occurs when the stylus moves while over the element. The stylus must move while being detected by the digitizer to raise this event, otherwise, PreviewStylusInAirMove is raised instead.
(Inherited from UIElement.)
Public event PreviewStylusOutOfRange
Occurs when the stylus is too far from the digitizer to be detected.
(Inherited from UIElement.)
Public event PreviewStylusSystemGesture
Occurs when a user performs one of several stylus gestures.
(Inherited from UIElement.)
Public event PreviewStylusUp
Occurs when the user raises the stylus off the digitizer while the stylus is over this element.
(Inherited from UIElement.)
Public event PreviewTextInput
Occurs when this element gets text in a device-independent manner.
(Inherited from UIElement.)
Public event PreviewTouchDown
Occurs when a finger touches the screen while the finger is over this element.
(Inherited from UIElement.)
Public event PreviewTouchMove
Occurs when a finger moves on the screen while the finger is over this element.
(Inherited from UIElement.)
Public event PreviewTouchUp
Occurs when a finger is raised off of the screen while the finger is over this element.
(Inherited from UIElement.)
Public event QueryContinueDrag
Occurs when there is a change in the keyboard or mouse button state during a drag-and-drop operation.
(Inherited from UIElement.)
Public event QueryCursor
Occurs when the cursor is requested to display. This event is raised on an element each time that the mouse pointer moves to a new location, which means the cursor object might need to be changed based on its new position.
(Inherited from UIElement.)
Public event RequestBringIntoView
Occurs when BringIntoView(Rect) is called on this element.
(Inherited from FrameworkElement.)
Public event SizeChanged
Occurs when either the ActualHeight or the ActualWidth properties change value on this element.
(Inherited from FrameworkElement.)
Public event SourceInitialized
This event is raised to support interoperation with Win32. See HwndSource.
(Inherited from Window.)
Public event SourceUpdated
Occurs when the source value changes for any existing property binding on this element.
(Inherited from FrameworkElement.)
Public event StateChanged
Occurs when the window's WindowState property changes.
(Inherited from Window.)
Public event StylusButtonDown
Occurs when the stylus button is pressed while the pointer is over this element.
(Inherited from UIElement.)
Public event StylusButtonUp
Occurs when the stylus button is released while the pointer is over this element.
(Inherited from UIElement.)
Public event StylusDown
Occurs when the stylus touches the digitizer while the stylus is over this element.
(Inherited from UIElement.)
Public event StylusEnter
Occurs when the stylus enters the bounds of this element.
(Inherited from UIElement.)
Public event StylusInAirMove
Occurs when the stylus moves over an element without actually touching the digitizer.
(Inherited from UIElement.)
Public event StylusInRange
Occurs when the stylus is close enough to the digitizer to be detected, while over this element.
(Inherited from UIElement.)
Public event StylusLeave
Occurs when the stylus leaves the bounds of the element.
(Inherited from UIElement.)
Public event StylusMove
Occurs when the stylus moves over this element. The stylus must move while on the digitizer to raise this event. Otherwise, StylusInAirMove is raised instead.
(Inherited from UIElement.)
Public event StylusOutOfRange
Occurs when the stylus is too far from the digitizer to be detected, while over this element.
(Inherited from UIElement.)
Public event StylusSystemGesture
Occurs when a user performs one of several stylus gestures.
(Inherited from UIElement.)
Public event StylusUp
Occurs when the user raises the stylus off the digitizer while it is over this element.
(Inherited from UIElement.)
Public event TargetUpdated
Occurs when the target value changes for any property binding on this element.
(Inherited from FrameworkElement.)
Public event TextInput
Occurs when this element gets text in a device-independent manner.
(Inherited from UIElement.)
Public event ToolTipClosing
Occurs just before any tooltip on the element is closed.
(Inherited from FrameworkElement.)
Public event ToolTipOpening
Occurs when any tooltip on the element is opened.
(Inherited from FrameworkElement.)
Public event TouchDown
Occurs when a finger touches the screen while the finger is over this element.
(Inherited from UIElement.)
Public event TouchEnter
Occurs when a touch moves from outside to inside the bounds of this element.
(Inherited from UIElement.)
Public event TouchLeave
Occurs when a touch moves from inside to outside the bounds of this element.
(Inherited from UIElement.)
Public event TouchMove
Occurs when a finger moves on the screen while the finger is over this element.
(Inherited from UIElement.)
Public event TouchUp
Occurs when a finger is raised off of the screen while the finger is over this element.
(Inherited from UIElement.)
Public event Unloaded
Occurs when the element is removed from within an element tree of loaded elements.
(Inherited from FrameworkElement.)

See Also

AzureStorageConnectionStringDialog Class

Microsoft.Practices.EnterpriseLibrary.WindowsAzure.Autoscaling.Configuration.ComponentModel.Editors Namespace