BrowserView Events |
The BrowserView type exposes the following members.
Name | Description | |
---|---|---|
![]() | ActualThemeVariantChanged | (Inherited from StyledElement.) |
![]() | AttachedToLogicalTree |
Raised when the styled element is attached to a rooted logical tree.
(Inherited from StyledElement.) |
![]() | AttachedToVisualTree |
Raised when the control is attached to a rooted visual tree.
(Inherited from Visual.) |
![]() | ContextRequested |
Occurs when the user has completed a context input gesture, such as a right-click.
(Inherited from Control.) |
![]() | DataContextChanged |
Occurs when the DataContext property changes.
(Inherited from StyledElement.) |
![]() | DetachedFromLogicalTree |
Raised when the styled element is detached from a rooted logical tree.
(Inherited from StyledElement.) |
![]() | DetachedFromVisualTree |
Raised when the control is detached from a rooted visual tree.
(Inherited from Visual.) |
![]() | DoubleTapped |
Occurs when a double-tap gesture occurs on the control.
(Inherited from InputElement.) |
![]() | EffectiveViewportChanged |
Occurs when the element's effective viewport changes.
(Inherited from Layoutable.) |
![]() | GotFocus |
Occurs when the control receives focus.
(Inherited from InputElement.) |
![]() | Holding |
Occurs when a hold gesture occurs on the control.
(Inherited from InputElement.) |
![]() | Initialized |
Occurs when the styled element has finished initialization.
(Inherited from StyledElement.) |
![]() | KeyDown |
Occurs when a key is pressed while the control has focus.
(Inherited from InputElement.) |
![]() | KeyUp |
Occurs when a key is released while the control has focus.
(Inherited from InputElement.) |
![]() | LayoutUpdated |
Occurs when a layout pass completes for the control.
(Inherited from Layoutable.) |
![]() | Loaded |
Occurs when the control has been fully constructed in the visual tree and both
layout and render are complete.
(Inherited from Control.) |
![]() | LostFocus |
Occurs when the control loses focus.
(Inherited from InputElement.) |
![]() | PointerCaptureLost |
Occurs when the control or its child control loses the pointer capture for any reason,
event will not be triggered for a parent control if capture was transferred to another child of that parent control
(Inherited from InputElement.) |
![]() | PointerEntered |
Occurs when the pointer enters the control.
(Inherited from InputElement.) |
![]() | PointerExited |
Occurs when the pointer leaves the control.
(Inherited from InputElement.) |
![]() | PointerMoved |
Occurs when the pointer moves over the control.
(Inherited from InputElement.) |
![]() | PointerPressed |
Occurs when the pointer is pressed over the control.
(Inherited from InputElement.) |
![]() | PointerReleased |
Occurs when the pointer is released over the control.
(Inherited from InputElement.) |
![]() | PointerWheelChanged |
Occurs when the mouse is scrolled over the control.
(Inherited from InputElement.) |
![]() | PropertyChanged |
Raised when a AvaloniaProperty value changes on this object.
(Inherited from AvaloniaObject.) |
![]() | ResourcesChanged |
Occurs when a resource in this styled element or a parent styled element has changed.
(Inherited from StyledElement.) |
![]() | SizeChanged |
Occurs when the bounds (actual size) of the control have changed.
(Inherited from Control.) |
![]() | Tapped |
Occurs when a tap gesture occurs on the control.
(Inherited from InputElement.) |
![]() | TemplateApplied |
Raised when the control's template is applied.
(Inherited from TemplatedControl.) |
![]() | TextInput |
Occurs when a user typed some text while the control has focus.
(Inherited from InputElement.) |
![]() | TextInputMethodClientRequested |
Occurs when an input element gains input focus and input method is looking for the corresponding client
(Inherited from InputElement.) |
![]() | Unloaded |
Occurs when the control is removed from the visual tree.
(Inherited from Control.) |