UIElement : DependencyObject (UWP) BindableView (Android) BindableUIView (iOS/tvOS) Object (WASM)

Implemented for: WASM, Skia, Mobile

This document lists all properties, methods, and events of UIElement that are currently implemented by the Uno Platform. See the WinUI documentation for detailed usage guidelines which all automatically apply to Uno Platform.

Implemented properties

Property Supported on
KeyboardAcceleratorPlacementMode KeyboardAcceleratorPlacementMode WASM, Skia, Mobile
bool IsTabStop WASM, Skia, Mobile
bool IsHitTestVisible WASM, Skia, Mobile
ManipulationModes ManipulationMode WASM, Skia, Mobile
FlyoutBase ContextFlyout WASM, Skia, Mobile
RectangleGeometry Clip WASM, Skia, Mobile
Vector3 Translation WASM, Skia, Mobile
bool CanDrag WASM, Skia, Mobile
bool AllowDrop WASM, Skia, Mobile
double Opacity WASM, Skia, Mobile
DependencyObject KeyboardAcceleratorPlacementTarget WASM, Skia, Mobile
XamlRoot XamlRoot WASM, Skia, Mobile
XYFocusNavigationStrategy XYFocusUpNavigationStrategy WASM, Skia, Mobile
DependencyObject XYFocusUp WASM, Skia, Mobile
XYFocusNavigationStrategy XYFocusRightNavigationStrategy WASM, Skia, Mobile
DependencyObject XYFocusRight WASM, Skia, Mobile
XYFocusNavigationStrategy XYFocusLeftNavigationStrategy WASM, Skia, Mobile
XYFocusKeyboardNavigationMode XYFocusKeyboardNavigation WASM, Skia, Mobile
XYFocusNavigationStrategy XYFocusDownNavigationStrategy WASM, Skia, Mobile
DependencyObject XYFocusDown WASM, Skia, Mobile
Visibility Visibility WASM, Skia, Mobile
bool UseSystemFocusVisuals WASM, Skia, Mobile
bool UseLayoutRounding Skia
DependencyObject XYFocusLeft WASM, Skia, Mobile
Point RenderTransformOrigin WASM, Skia, Mobile
Transform RenderTransform WASM, Skia, Mobile
KeyboardNavigationMode TabFocusNavigation WASM, Skia, Mobile
Shadow Shadow WASM, Skia, Mobile
int TabIndex WASM, Skia, Mobile
Size DesiredSize WASM, Skia, Mobile
FocusState FocusState WASM, Skia, Mobile
IList KeyboardAccelerators WASM, Skia, Mobile
Size RenderSize WASM, Skia, Mobile
IReadOnlyList PointerCaptures WASM, Skia, Mobile
Vector3 ActualOffset WASM, Skia, Mobile
Vector2 ActualSize WASM, Skia, Mobile
InputCursor ProtectedCursor WASM, Skia, Mobile
DependencyProperty AllowDropProperty WASM, Skia, Mobile
RoutedEvent BringIntoViewRequestedEvent WASM, Skia, Mobile
DependencyProperty CanDragProperty WASM, Skia, Mobile
DependencyProperty ClipProperty WASM, Skia, Mobile
DependencyProperty ContextFlyoutProperty WASM, Skia, Mobile
RoutedEvent DoubleTappedEvent WASM, Skia, Mobile
RoutedEvent DragEnterEvent WASM, Skia, Mobile
RoutedEvent DragLeaveEvent WASM, Skia, Mobile
RoutedEvent DragOverEvent WASM, Skia, Mobile
RoutedEvent DropEvent WASM, Skia, Mobile
DependencyProperty FocusStateProperty WASM, Skia, Mobile
RoutedEvent GettingFocusEvent WASM, Skia, Mobile
RoutedEvent HoldingEvent WASM, Skia, Mobile
DependencyProperty IsHitTestVisibleProperty WASM, Skia, Mobile
DependencyProperty IsTabStopProperty WASM, Skia, Mobile
RoutedEvent KeyDownEvent WASM, Skia, Mobile
RoutedEvent KeyUpEvent WASM, Skia, Mobile
DependencyProperty KeyboardAcceleratorPlacementModeProperty WASM, Skia, Mobile
DependencyProperty KeyboardAcceleratorPlacementTargetProperty WASM, Skia, Mobile
RoutedEvent LosingFocusEvent WASM, Skia, Mobile
RoutedEvent ManipulationCompletedEvent WASM, Skia, Mobile
RoutedEvent ManipulationDeltaEvent WASM, Skia, Mobile
RoutedEvent ManipulationInertiaStartingEvent WASM, Skia, Mobile
DependencyProperty ManipulationModeProperty WASM, Skia, Mobile
RoutedEvent ManipulationStartedEvent WASM, Skia, Mobile
RoutedEvent ManipulationStartingEvent WASM, Skia, Mobile
RoutedEvent NoFocusCandidateFoundEvent WASM, Skia, Mobile
DependencyProperty OpacityProperty WASM, Skia, Mobile
RoutedEvent PointerCanceledEvent WASM, Skia, Mobile
RoutedEvent PointerCaptureLostEvent WASM, Skia, Mobile
DependencyProperty PointerCapturesProperty WASM, Skia, Mobile
RoutedEvent PointerEnteredEvent WASM, Skia, Mobile
RoutedEvent PointerExitedEvent WASM, Skia, Mobile
RoutedEvent PointerMovedEvent WASM, Skia, Mobile
RoutedEvent PointerPressedEvent WASM, Skia, Mobile
RoutedEvent PointerReleasedEvent WASM, Skia, Mobile
RoutedEvent PointerWheelChangedEvent WASM, Skia
RoutedEvent PreviewKeyDownEvent WASM, Skia
RoutedEvent PreviewKeyUpEvent WASM, Skia
DependencyProperty RenderTransformOriginProperty WASM, Skia, Mobile
DependencyProperty RenderTransformProperty WASM, Skia, Mobile
RoutedEvent RightTappedEvent WASM, Skia, Mobile
DependencyProperty ShadowProperty WASM, Skia, Mobile
DependencyProperty TabFocusNavigationProperty WASM, Skia, Mobile
DependencyProperty TabIndexProperty WASM, Skia, Mobile
RoutedEvent TappedEvent WASM, Skia, Mobile
DependencyProperty UseLayoutRoundingProperty Skia
DependencyProperty UseSystemFocusVisualsProperty WASM, Skia, Mobile
DependencyProperty VisibilityProperty WASM, Skia, Mobile
DependencyProperty XYFocusDownNavigationStrategyProperty WASM, Skia, Mobile
DependencyProperty XYFocusDownProperty WASM, Skia, Mobile
DependencyProperty XYFocusKeyboardNavigationProperty WASM, Skia, Mobile
DependencyProperty XYFocusLeftNavigationStrategyProperty WASM, Skia, Mobile
DependencyProperty XYFocusLeftProperty WASM, Skia, Mobile
DependencyProperty XYFocusRightNavigationStrategyProperty WASM, Skia, Mobile
DependencyProperty XYFocusRightProperty WASM, Skia, Mobile
DependencyProperty XYFocusUpNavigationStrategyProperty WASM, Skia, Mobile
DependencyProperty XYFocusUpProperty WASM, Skia, Mobile

Implemented methods

Method Supported on
void Measure(Size) WASM, Skia, Mobile
void Arrange(Rect) WASM, Skia, Mobile
bool CapturePointer(Pointer) WASM, Skia, Mobile
void ReleasePointerCapture(Pointer) WASM, Skia, Mobile
void ReleasePointerCaptures() WASM, Skia, Mobile
void AddHandler(RoutedEvent, object, bool) WASM, Skia, Mobile
void RemoveHandler(RoutedEvent, object) WASM, Skia, Mobile
GeneralTransform TransformToVisual(UIElement) WASM, Skia, Mobile
void InvalidateMeasure() WASM, Skia, Mobile
void InvalidateArrange() WASM, Skia
void UpdateLayout() WASM, Skia, Mobile
IAsyncOperation StartDragAsync(PointerPoint) WASM, Skia, Mobile
void StartBringIntoView() WASM, Skia, Mobile
void StartBringIntoView(BringIntoViewOptions) WASM, Skia, Mobile
void TryInvokeKeyboardAccelerator(ProcessKeyboardAcceleratorEventArgs) WASM, Skia, Mobile
bool Focus(FocusState) WASM, Skia, Mobile
void StartAnimation(ICompositionAnimationBase) Skia
void StopAnimation(ICompositionAnimationBase) Skia
IEnumerable GetChildrenInTabFocusOrder() WASM, Skia, Mobile
void OnKeyboardAcceleratorInvoked(KeyboardAcceleratorInvokedEventArgs) WASM, Skia, Mobile
void OnProcessKeyboardAccelerators(ProcessKeyboardAcceleratorEventArgs) WASM, Skia, Mobile
void OnBringIntoViewRequested(BringIntoViewRequestedEventArgs) WASM, Skia, Mobile
void RegisterAsScrollPort(UIElement) WASM, Skia, Mobile

Implemented events

Event Supported on
TypedEventHandler<UIElement, BringIntoViewRequestedEventArgs> BringIntoViewRequested WASM, Skia, Mobile
DoubleTappedEventHandler DoubleTapped WASM, Skia, Mobile
DragEventHandler DragEnter WASM, Skia, Mobile
DragEventHandler DragLeave WASM, Skia, Mobile
DragEventHandler DragOver WASM, Skia, Mobile
TypedEventHandler<UIElement, DragStartingEventArgs> DragStarting WASM, Skia, Mobile
DragEventHandler Drop WASM, Skia, Mobile
TypedEventHandler<UIElement, DropCompletedEventArgs> DropCompleted WASM, Skia, Mobile
TypedEventHandler<UIElement, GettingFocusEventArgs> GettingFocus WASM, Skia, Mobile
RoutedEventHandler GotFocus WASM, Skia, Mobile
HoldingEventHandler Holding WASM, Skia, Mobile
KeyEventHandler KeyDown WASM, Skia, Mobile
KeyEventHandler KeyUp WASM, Skia, Mobile
TypedEventHandler<UIElement, LosingFocusEventArgs> LosingFocus WASM, Skia, Mobile
RoutedEventHandler LostFocus WASM, Skia, Mobile
ManipulationCompletedEventHandler ManipulationCompleted WASM, Skia, Mobile
ManipulationDeltaEventHandler ManipulationDelta WASM, Skia, Mobile
ManipulationInertiaStartingEventHandler ManipulationInertiaStarting WASM, Skia, Mobile
ManipulationStartedEventHandler ManipulationStarted WASM, Skia, Mobile
ManipulationStartingEventHandler ManipulationStarting WASM, Skia, Mobile
TypedEventHandler<UIElement, NoFocusCandidateFoundEventArgs> NoFocusCandidateFound WASM, Skia, Mobile
PointerEventHandler PointerCanceled WASM, Skia, Mobile
PointerEventHandler PointerCaptureLost WASM, Skia, Mobile
PointerEventHandler PointerEntered WASM, Skia, Mobile
PointerEventHandler PointerExited WASM, Skia, Mobile
PointerEventHandler PointerMoved WASM, Skia, Mobile
PointerEventHandler PointerPressed WASM, Skia, Mobile
PointerEventHandler PointerReleased WASM, Skia, Mobile
PointerEventHandler PointerWheelChanged WASM, Skia
KeyEventHandler PreviewKeyDown WASM, Skia
KeyEventHandler PreviewKeyUp WASM, Skia
TypedEventHandler<UIElement, ProcessKeyboardAcceleratorEventArgs> ProcessKeyboardAccelerators WASM, Skia, Mobile
RightTappedEventHandler RightTapped WASM, Skia, Mobile
TappedEventHandler Tapped WASM, Skia, Mobile

Below are all properties, methods, and events of UIElement that are not currently implemented in Uno.

Not implemented properties

Property Not supported on
KeyboardAcceleratorPlacementMode KeyboardAcceleratorPlacementMode MacOS
ScalarTransition RotationTransition all platforms supported by Uno Platform
DependencyObject KeyTipTarget all platforms supported by Uno Platform
KeyTipPlacementMode KeyTipPlacementMode all platforms supported by Uno Platform
double KeyTipHorizontalOffset all platforms supported by Uno Platform
bool IsTapEnabled all platforms supported by Uno Platform
bool IsTabStop MacOS
bool IsRightTapEnabled all platforms supported by Uno Platform
bool IsHoldingEnabled all platforms supported by Uno Platform
bool IsHitTestVisible MacOS
bool IsDoubleTapEnabled all platforms supported by Uno Platform
string AccessKey all platforms supported by Uno Platform
ElementHighContrastAdjustment HighContrastAdjustment all platforms supported by Uno Platform
ManipulationModes ManipulationMode MacOS
bool ExitDisplayModeOnAccessKeyInvoked all platforms supported by Uno Platform
ScalarTransition OpacityTransition all platforms supported by Uno Platform
FlyoutBase ContextFlyout MacOS
ElementCompositeMode CompositeMode all platforms supported by Uno Platform
RectangleGeometry Clip MacOS
Vector3 Translation MacOS
bool CanDrag MacOS
bool CanBeScrollAnchor all platforms supported by Uno Platform
CacheMode CacheMode all platforms supported by Uno Platform
bool AllowDrop MacOS
double Opacity MacOS
DependencyObject KeyboardAcceleratorPlacementTarget MacOS
DependencyObject AccessKeyScopeOwner all platforms supported by Uno Platform
bool IsAccessKeyScope all platforms supported by Uno Platform
double KeyTipVerticalOffset all platforms supported by Uno Platform
XamlRoot XamlRoot MacOS
XYFocusNavigationStrategy XYFocusUpNavigationStrategy MacOS
DependencyObject XYFocusUp MacOS
XYFocusNavigationStrategy XYFocusRightNavigationStrategy MacOS
DependencyObject XYFocusRight MacOS
XYFocusNavigationStrategy XYFocusLeftNavigationStrategy MacOS
Vector3 CenterPoint all platforms supported by Uno Platform
XYFocusKeyboardNavigationMode XYFocusKeyboardNavigation MacOS
XYFocusNavigationStrategy XYFocusDownNavigationStrategy MacOS
DependencyObject XYFocusDown MacOS
Visibility Visibility MacOS
bool UseSystemFocusVisuals MacOS
bool UseLayoutRounding WASM, Xamarin
Vector3Transition TranslationTransition all platforms supported by Uno Platform
DependencyObject XYFocusLeft MacOS
TransitionCollection Transitions all platforms supported by Uno Platform
Matrix4x4 TransformMatrix all platforms supported by Uno Platform
float Rotation all platforms supported by Uno Platform
Point RenderTransformOrigin MacOS
Transform RenderTransform MacOS
KeyboardNavigationMode TabFocusNavigation MacOS
double RasterizationScale all platforms supported by Uno Platform
Projection Projection all platforms supported by Uno Platform
Shadow Shadow MacOS
Vector3Transition ScaleTransition all platforms supported by Uno Platform
Vector3 Scale all platforms supported by Uno Platform
int TabIndex MacOS
Vector3 RotationAxis all platforms supported by Uno Platform
Transform3D Transform3D all platforms supported by Uno Platform
Size DesiredSize MacOS
FocusState FocusState MacOS
IList KeyboardAccelerators MacOS
IList Lights all platforms supported by Uno Platform
Size RenderSize MacOS
IReadOnlyList PointerCaptures MacOS
Vector3 ActualOffset MacOS
Vector2 ActualSize MacOS
InputCursor ProtectedCursor MacOS
DependencyProperty AccessKeyProperty all platforms supported by Uno Platform
DependencyProperty AccessKeyScopeOwnerProperty all platforms supported by Uno Platform
DependencyProperty AllowDropProperty MacOS
RoutedEvent BringIntoViewRequestedEvent MacOS
DependencyProperty CacheModeProperty all platforms supported by Uno Platform
DependencyProperty CanBeScrollAnchorProperty all platforms supported by Uno Platform
DependencyProperty CanDragProperty MacOS
RoutedEvent CharacterReceivedEvent all platforms supported by Uno Platform
DependencyProperty ClipProperty MacOS
DependencyProperty CompositeModeProperty all platforms supported by Uno Platform
DependencyProperty ContextFlyoutProperty MacOS
RoutedEvent ContextRequestedEvent all platforms supported by Uno Platform
RoutedEvent DoubleTappedEvent MacOS
RoutedEvent DragEnterEvent MacOS
RoutedEvent DragLeaveEvent MacOS
RoutedEvent DragOverEvent MacOS
RoutedEvent DropEvent MacOS
DependencyProperty ExitDisplayModeOnAccessKeyInvokedProperty all platforms supported by Uno Platform
DependencyProperty FocusStateProperty MacOS
RoutedEvent GettingFocusEvent MacOS
DependencyProperty HighContrastAdjustmentProperty all platforms supported by Uno Platform
RoutedEvent HoldingEvent MacOS
DependencyProperty IsAccessKeyScopeProperty all platforms supported by Uno Platform
DependencyProperty IsDoubleTapEnabledProperty all platforms supported by Uno Platform
DependencyProperty IsHitTestVisibleProperty MacOS
DependencyProperty IsHoldingEnabledProperty all platforms supported by Uno Platform
DependencyProperty IsRightTapEnabledProperty all platforms supported by Uno Platform
DependencyProperty IsTabStopProperty MacOS
DependencyProperty IsTapEnabledProperty all platforms supported by Uno Platform
RoutedEvent KeyDownEvent MacOS
DependencyProperty KeyTipHorizontalOffsetProperty all platforms supported by Uno Platform
DependencyProperty KeyTipPlacementModeProperty all platforms supported by Uno Platform
DependencyProperty KeyTipTargetProperty all platforms supported by Uno Platform
DependencyProperty KeyTipVerticalOffsetProperty all platforms supported by Uno Platform
RoutedEvent KeyUpEvent MacOS
DependencyProperty KeyboardAcceleratorPlacementModeProperty MacOS
DependencyProperty KeyboardAcceleratorPlacementTargetProperty MacOS
DependencyProperty LightsProperty all platforms supported by Uno Platform
RoutedEvent LosingFocusEvent MacOS
RoutedEvent ManipulationCompletedEvent MacOS
RoutedEvent ManipulationDeltaEvent MacOS
RoutedEvent ManipulationInertiaStartingEvent MacOS
DependencyProperty ManipulationModeProperty MacOS
RoutedEvent ManipulationStartedEvent MacOS
RoutedEvent ManipulationStartingEvent MacOS
RoutedEvent NoFocusCandidateFoundEvent MacOS
DependencyProperty OpacityProperty MacOS
RoutedEvent PointerCanceledEvent MacOS
RoutedEvent PointerCaptureLostEvent MacOS
DependencyProperty PointerCapturesProperty MacOS
RoutedEvent PointerEnteredEvent MacOS
RoutedEvent PointerExitedEvent MacOS
RoutedEvent PointerMovedEvent MacOS
RoutedEvent PointerPressedEvent MacOS
RoutedEvent PointerReleasedEvent MacOS
RoutedEvent PointerWheelChangedEvent Android, iOS, macOS, tvOS
RoutedEvent PreviewKeyDownEvent Android, iOS, macOS, tvOS
RoutedEvent PreviewKeyUpEvent Android, iOS, macOS, tvOS
DependencyProperty ProjectionProperty all platforms supported by Uno Platform
DependencyProperty RenderTransformOriginProperty MacOS
DependencyProperty RenderTransformProperty MacOS
RoutedEvent RightTappedEvent MacOS
DependencyProperty ShadowProperty MacOS
DependencyProperty TabFocusNavigationProperty MacOS
DependencyProperty TabIndexProperty MacOS
RoutedEvent TappedEvent MacOS
DependencyProperty Transform3DProperty all platforms supported by Uno Platform
DependencyProperty TransitionsProperty all platforms supported by Uno Platform
DependencyProperty UseLayoutRoundingProperty WASM, Xamarin
DependencyProperty UseSystemFocusVisualsProperty MacOS
DependencyProperty VisibilityProperty MacOS
DependencyProperty XYFocusDownNavigationStrategyProperty MacOS
DependencyProperty XYFocusDownProperty MacOS
DependencyProperty XYFocusKeyboardNavigationProperty MacOS
DependencyProperty XYFocusLeftNavigationStrategyProperty MacOS
DependencyProperty XYFocusLeftProperty MacOS
DependencyProperty XYFocusRightNavigationStrategyProperty MacOS
DependencyProperty XYFocusRightProperty MacOS
DependencyProperty XYFocusUpNavigationStrategyProperty MacOS
DependencyProperty XYFocusUpProperty MacOS

Not implemented methods

Method Not supported on
void Measure(Size) MacOS
void Arrange(Rect) MacOS
bool CapturePointer(Pointer) MacOS
void ReleasePointerCapture(Pointer) MacOS
void ReleasePointerCaptures() MacOS
void AddHandler(RoutedEvent, object, bool) MacOS
void RemoveHandler(RoutedEvent, object) MacOS
GeneralTransform TransformToVisual(UIElement) MacOS
void InvalidateMeasure() MacOS
void InvalidateArrange() Android, iOS, macOS, tvOS
void UpdateLayout() MacOS
bool CancelDirectManipulations() all platforms supported by Uno Platform
IAsyncOperation StartDragAsync(PointerPoint) MacOS
void StartBringIntoView() MacOS
void StartBringIntoView(BringIntoViewOptions) MacOS
void TryInvokeKeyboardAccelerator(ProcessKeyboardAcceleratorEventArgs) MacOS
bool Focus(FocusState) MacOS
void StartAnimation(ICompositionAnimationBase) WASM, Xamarin
void StopAnimation(ICompositionAnimationBase) WASM, Xamarin
AutomationPeer OnCreateAutomationPeer() all platforms supported by Uno Platform
void OnDisconnectVisualChildren() all platforms supported by Uno Platform
IEnumerable<IEnumerable> FindSubElementsForTouchTargeting(Point, Rect) all platforms supported by Uno Platform
IEnumerable GetChildrenInTabFocusOrder() MacOS
void OnKeyboardAcceleratorInvoked(KeyboardAcceleratorInvokedEventArgs) MacOS
void OnProcessKeyboardAccelerators(ProcessKeyboardAcceleratorEventArgs) MacOS
void OnBringIntoViewRequested(BringIntoViewRequestedEventArgs) MacOS
void PopulatePropertyInfoOverride(string, AnimationPropertyInfo) all platforms supported by Uno Platform
void PopulatePropertyInfo(string, AnimationPropertyInfo) all platforms supported by Uno Platform
Visual GetVisualInternal() all platforms supported by Uno Platform
bool TryStartDirectManipulation(Pointer) all platforms supported by Uno Platform
void RegisterAsScrollPort(UIElement) MacOS

Not implemented events

Event Not supported on
TypedEventHandler<UIElement, AccessKeyDisplayDismissedEventArgs> AccessKeyDisplayDismissed all platforms supported by Uno Platform
TypedEventHandler<UIElement, AccessKeyDisplayRequestedEventArgs> AccessKeyDisplayRequested all platforms supported by Uno Platform
TypedEventHandler<UIElement, AccessKeyInvokedEventArgs> AccessKeyInvoked all platforms supported by Uno Platform
TypedEventHandler<UIElement, BringIntoViewRequestedEventArgs> BringIntoViewRequested MacOS
TypedEventHandler<UIElement, CharacterReceivedRoutedEventArgs> CharacterReceived all platforms supported by Uno Platform
TypedEventHandler<UIElement, RoutedEventArgs> ContextCanceled all platforms supported by Uno Platform
TypedEventHandler<UIElement, ContextRequestedEventArgs> ContextRequested all platforms supported by Uno Platform
DoubleTappedEventHandler DoubleTapped MacOS
DragEventHandler DragEnter MacOS
DragEventHandler DragLeave MacOS
DragEventHandler DragOver MacOS
TypedEventHandler<UIElement, DragStartingEventArgs> DragStarting MacOS
DragEventHandler Drop MacOS
TypedEventHandler<UIElement, DropCompletedEventArgs> DropCompleted MacOS
TypedEventHandler<UIElement, GettingFocusEventArgs> GettingFocus MacOS
RoutedEventHandler GotFocus MacOS
HoldingEventHandler Holding MacOS
KeyEventHandler KeyDown MacOS
KeyEventHandler KeyUp MacOS
TypedEventHandler<UIElement, LosingFocusEventArgs> LosingFocus MacOS
RoutedEventHandler LostFocus MacOS
ManipulationCompletedEventHandler ManipulationCompleted MacOS
ManipulationDeltaEventHandler ManipulationDelta MacOS
ManipulationInertiaStartingEventHandler ManipulationInertiaStarting MacOS
ManipulationStartedEventHandler ManipulationStarted MacOS
ManipulationStartingEventHandler ManipulationStarting MacOS
TypedEventHandler<UIElement, NoFocusCandidateFoundEventArgs> NoFocusCandidateFound MacOS
PointerEventHandler PointerCanceled MacOS
PointerEventHandler PointerCaptureLost MacOS
PointerEventHandler PointerEntered MacOS
PointerEventHandler PointerExited MacOS
PointerEventHandler PointerMoved MacOS
PointerEventHandler PointerPressed MacOS
PointerEventHandler PointerReleased MacOS
PointerEventHandler PointerWheelChanged Android, iOS, macOS, tvOS
KeyEventHandler PreviewKeyDown Android, iOS, macOS, tvOS
KeyEventHandler PreviewKeyUp Android, iOS, macOS, tvOS
TypedEventHandler<UIElement, ProcessKeyboardAcceleratorEventArgs> ProcessKeyboardAccelerators MacOS
RightTappedEventHandler RightTapped MacOS
TappedEventHandler Tapped MacOS

Last updated Monday, 14 April 2025 02:07.