|
|
SilderDialog Events |
The SilderDialog type exposes the following members.
| Name | Description | |
|---|---|---|
| Closed |
Occurs when the window is closed.
(Inherited from Window.) | |
| Closing |
Occurs before the window is closed, giving an opportunity to cancel the close operation.
(Inherited from Window.) | |
| DataContextChanged |
Event to handle when the DataContext has changed
(Inherited from BindableWidget.) | |
| DragDrop |
Occurs when a drag operation is dropped onto the control.
(Inherited from Control.) | |
| DragEnter |
Occurs when a drag operation enters the bounds of the control.
(Inherited from Control.) | |
| DragLeave |
Occurs when a drag operation leaves the bounds of the control or the drag operation was completed inside the control.
(Inherited from Control.) | |
| DragOver |
Occurs when a drag operation is over the control and needs updating based on position or keyboard state changes.
(Inherited from Control.) | |
| EnabledChanged |
Occurs when the Enabled value is changed.
(Inherited from Control.) | |
| GotFocus |
Occurs when the control receives keyboard focus.
(Inherited from Control.) | |
| KeyDown |
Occurs when a key has been pressed and is down
(Inherited from Control.) | |
| KeyUp |
Occurs when a key was released
(Inherited from Control.) | |
| Load |
Occurs when the control is displayed on a visible window
(Inherited from Control.) | |
| LoadComplete |
Occurs when the load is complete, which happens after the Load event
(Inherited from Control.) | |
| LocationChanged |
Occurs when the Location of the window is changed.
(Inherited from Window.) | |
| LogicalPixelSizeChanged |
Occurs when the LogicalPixelSize of the window is changed.
(Inherited from Window.) | |
| LostFocus |
Occurs when control loses keyboard focus
(Inherited from Control.) | |
| MouseDoubleClick |
Occurs when a mouse button is double clicked within the bounds of the control
(Inherited from Control.) | |
| MouseDown |
Occurs when a mouse button has been pressed
(Inherited from Control.) | |
| MouseEnter |
Occurs when the mouse enters the bounds of the control
(Inherited from Control.) | |
| MouseLeave |
Occurs when mouse leaves the bounds of the control
(Inherited from Control.) | |
| MouseMove |
Occurs when mouse moves within the bounds of the control, or when the mouse is captured
(Inherited from Control.) | |
| MouseUp |
Occurs when a mouse button is released
(Inherited from Control.) | |
| MouseWheel |
Occurs when mouse wheel has been changed
(Inherited from Control.) | |
| OwnerChanged |
Occurs when the Owner is changed.
(Inherited from Window.) | |
| PreLoad |
Occurs before the control is loaded. See the Load event for more detail.
(Inherited from Control.) | |
| Shown |
Occurs when the control is shown on the screen
(Inherited from Control.) | |
| SizeChanged |
Occurs when the size of the control is changed.
(Inherited from Control.) | |
| StyleChanged |
Occurs when the Style property has changed
(Inherited from Widget.) | |
| TextInput |
Occurs when text is input for the control. Currently only partially supported on iOS.
(Inherited from Control.) | |
| UnLoad |
Occurs when the control is unloaded, which happens when removed from the control hierarchy or the window is closed.
(Inherited from Control.) | |
| WindowStateChanged |
Occurs when the WindowState is changed.
(Inherited from Window.) |