Click or drag to resize

SilderDialog Events

The SilderDialog type exposes the following members.

Events
  NameDescription
Public eventClosed
Occurs when the window is closed.
(Inherited from Window.)
Public eventClosing
Occurs before the window is closed, giving an opportunity to cancel the close operation.
(Inherited from Window.)
Public eventDataContextChanged
Event to handle when the DataContext has changed
(Inherited from BindableWidget.)
Public eventDragDrop
Occurs when a drag operation is dropped onto the control.
(Inherited from Control.)
Public eventDragEnter
Occurs when a drag operation enters the bounds of the control.
(Inherited from Control.)
Public eventDragLeave
Occurs when a drag operation leaves the bounds of the control or the drag operation was completed inside the control.
(Inherited from Control.)
Public eventDragOver
Occurs when a drag operation is over the control and needs updating based on position or keyboard state changes.
(Inherited from Control.)
Public eventEnabledChanged
Occurs when the Enabled value is changed.
(Inherited from Control.)
Public eventGotFocus
Occurs when the control receives keyboard focus.
(Inherited from Control.)
Public eventKeyDown
Occurs when a key has been pressed and is down
(Inherited from Control.)
Public eventKeyUp
Occurs when a key was released
(Inherited from Control.)
Public eventLoad
Occurs when the control is displayed on a visible window
(Inherited from Control.)
Public eventLoadComplete
Occurs when the load is complete, which happens after the Load event
(Inherited from Control.)
Public eventLocationChanged
Occurs when the Location of the window is changed.
(Inherited from Window.)
Public eventLogicalPixelSizeChanged
Occurs when the LogicalPixelSize of the window is changed.
(Inherited from Window.)
Public eventLostFocus
Occurs when control loses keyboard focus
(Inherited from Control.)
Public eventMouseDoubleClick
Occurs when a mouse button is double clicked within the bounds of the control
(Inherited from Control.)
Public eventMouseDown
Occurs when a mouse button has been pressed
(Inherited from Control.)
Public eventMouseEnter
Occurs when the mouse enters the bounds of the control
(Inherited from Control.)
Public eventMouseLeave
Occurs when mouse leaves the bounds of the control
(Inherited from Control.)
Public eventMouseMove
Occurs when mouse moves within the bounds of the control, or when the mouse is captured
(Inherited from Control.)
Public eventMouseUp
Occurs when a mouse button is released
(Inherited from Control.)
Public eventMouseWheel
Occurs when mouse wheel has been changed
(Inherited from Control.)
Public eventOwnerChanged
Occurs when the Owner is changed.
(Inherited from Window.)
Public eventPreLoad
Occurs before the control is loaded. See the Load event for more detail.
(Inherited from Control.)
Public eventShown
Occurs when the control is shown on the screen
(Inherited from Control.)
Public eventSizeChanged
Occurs when the size of the control is changed.
(Inherited from Control.)
Public eventStyleChanged
Occurs when the Style property has changed
(Inherited from Widget.)
Public eventTextInput
Occurs when text is input for the control. Currently only partially supported on iOS.
(Inherited from Control.)
Public eventUnLoad
Occurs when the control is unloaded, which happens when removed from the control hierarchy or the window is closed.
(Inherited from Control.)
Public eventWindowStateChanged
Occurs when the WindowState is changed.
(Inherited from Window.)
Top
See Also