Struct windows_sys::UI::Xaml::Core::Direct::XamlEventIndex
[−]#[repr(transparent)]pub struct XamlEventIndex(pub i32);
Expand description
Required features: "UI_Xaml_Core_Direct"
Tuple Fields
0: i32
Implementations
impl XamlEventIndex
impl XamlEventIndex
pub const FrameworkElement_DataContextChanged: Self = Self(16i32)
pub const FrameworkElement_SizeChanged: Self = Self(17i32)
pub const FrameworkElement_LayoutUpdated: Self = Self(18i32)
pub const UIElement_KeyUp: Self = Self(22i32)
pub const UIElement_KeyDown: Self = Self(23i32)
pub const UIElement_GotFocus: Self = Self(24i32)
pub const UIElement_LostFocus: Self = Self(25i32)
pub const UIElement_DragStarting: Self = Self(26i32)
pub const UIElement_DropCompleted: Self = Self(27i32)
pub const UIElement_CharacterReceived: Self = Self(28i32)
pub const UIElement_DragEnter: Self = Self(29i32)
pub const UIElement_DragLeave: Self = Self(30i32)
pub const UIElement_DragOver: Self = Self(31i32)
pub const UIElement_Drop: Self = Self(32i32)
pub const UIElement_PointerPressed: Self = Self(38i32)
pub const UIElement_PointerMoved: Self = Self(39i32)
pub const UIElement_PointerReleased: Self = Self(40i32)
pub const UIElement_PointerEntered: Self = Self(41i32)
pub const UIElement_PointerExited: Self = Self(42i32)
pub const UIElement_PointerCaptureLost: Self = Self(43i32)
pub const UIElement_PointerCanceled: Self = Self(44i32)
pub const UIElement_PointerWheelChanged: Self = Self(45i32)
pub const UIElement_Tapped: Self = Self(46i32)
pub const UIElement_DoubleTapped: Self = Self(47i32)
pub const UIElement_Holding: Self = Self(48i32)
pub const UIElement_ContextRequested: Self = Self(49i32)
pub const UIElement_ContextCanceled: Self = Self(50i32)
pub const UIElement_RightTapped: Self = Self(51i32)
pub const UIElement_ManipulationStarting: Self = Self(52i32)
pub const UIElement_ManipulationInertiaStarting: Self = Self(53i32)
pub const UIElement_ManipulationStarted: Self = Self(54i32)
pub const UIElement_ManipulationDelta: Self = Self(55i32)
pub const UIElement_ManipulationCompleted: Self = Self(56i32)
pub const UIElement_ProcessKeyboardAccelerators: Self = Self(60i32)
pub const UIElement_GettingFocus: Self = Self(61i32)
pub const UIElement_LosingFocus: Self = Self(62i32)
pub const UIElement_NoFocusCandidateFound: Self = Self(63i32)
pub const UIElement_PreviewKeyDown: Self = Self(64i32)
pub const UIElement_PreviewKeyUp: Self = Self(65i32)
pub const UIElement_BringIntoViewRequested: Self = Self(66i32)
pub const AppBar_Opening: Self = Self(109i32)
pub const AppBar_Opened: Self = Self(110i32)
pub const AppBar_Closing: Self = Self(111i32)
pub const AppBar_Closed: Self = Self(112i32)
pub const AutoSuggestBox_SuggestionChosen: Self = Self(113i32)
pub const AutoSuggestBox_TextChanged: Self = Self(114i32)
pub const AutoSuggestBox_QuerySubmitted: Self = Self(115i32)
pub const CalendarDatePicker_CalendarViewDayItemChanging: Self = Self(116i32)
pub const CalendarDatePicker_DateChanged: Self = Self(117i32)
pub const CalendarDatePicker_Opened: Self = Self(118i32)
pub const CalendarDatePicker_Closed: Self = Self(119i32)
pub const CalendarView_CalendarViewDayItemChanging: Self = Self(120i32)
pub const CalendarView_SelectedDatesChanged: Self = Self(121i32)
pub const ComboBox_DropDownClosed: Self = Self(122i32)
pub const ComboBox_DropDownOpened: Self = Self(123i32)
pub const CommandBar_DynamicOverflowItemsChanging: Self = Self(124i32)
pub const ContentDialog_Closing: Self = Self(126i32)
pub const ContentDialog_Closed: Self = Self(127i32)
pub const ContentDialog_Opened: Self = Self(128i32)
pub const ContentDialog_PrimaryButtonClick: Self = Self(129i32)
pub const ContentDialog_SecondaryButtonClick: Self = Self(130i32)
pub const ContentDialog_CloseButtonClick: Self = Self(131i32)
pub const Control_FocusEngaged: Self = Self(132i32)
pub const Control_FocusDisengaged: Self = Self(133i32)
pub const DatePicker_DateChanged: Self = Self(135i32)
pub const Hub_SectionHeaderClick: Self = Self(143i32)
pub const Hub_SectionsInViewChanged: Self = Self(144i32)
pub const ItemsPresenter_HorizontalSnapPointsChanged: Self = Self(148i32)
pub const ItemsPresenter_VerticalSnapPointsChanged: Self = Self(149i32)
pub const ListViewBase_ItemClick: Self = Self(150i32)
pub const ListViewBase_DragItemsStarting: Self = Self(151i32)
pub const ListViewBase_DragItemsCompleted: Self = Self(152i32)
pub const ListViewBase_ContainerContentChanging: Self = Self(153i32)
pub const ListViewBase_ChoosingItemContainer: Self = Self(154i32)
pub const ListViewBase_ChoosingGroupHeaderContainer: Self = Self(155i32)
pub const MediaTransportControls_ThumbnailRequested: Self = Self(167i32)
pub const MenuFlyoutItem_Click: Self = Self(168i32)
pub const RichEditBox_TextChanging: Self = Self(177i32)
pub const ScrollViewer_ViewChanging: Self = Self(192i32)
pub const ScrollViewer_ViewChanged: Self = Self(193i32)
pub const ScrollViewer_DirectManipulationStarted: Self = Self(194i32)
pub const ScrollViewer_DirectManipulationCompleted: Self = Self(195i32)
pub const SearchBox_QueryChanged: Self = Self(196i32)
pub const SearchBox_SuggestionsRequested: Self = Self(197i32)
pub const SearchBox_QuerySubmitted: Self = Self(198i32)
pub const SearchBox_ResultSuggestionChosen: Self = Self(199i32)
pub const SearchBox_PrepareForFocusOnKeyboardInput: Self = Self(200i32)
pub const SemanticZoom_ViewChangeStarted: Self = Self(201i32)
pub const SemanticZoom_ViewChangeCompleted: Self = Self(202i32)
pub const SettingsFlyout_BackClick: Self = Self(203i32)
pub const StackPanel_HorizontalSnapPointsChanged: Self = Self(208i32)
pub const StackPanel_VerticalSnapPointsChanged: Self = Self(209i32)
pub const TimePicker_TimeChanged: Self = Self(227i32)
pub const ToggleSwitch_Toggled: Self = Self(228i32)
pub const ToolTip_Closed: Self = Self(229i32)
pub const ToolTip_Opened: Self = Self(230i32)
pub const VirtualizingStackPanel_CleanUpVirtualizedItemEvent: Self = Self(231i32)
pub const WebView_SeparateProcessLost: Self = Self(232i32)
pub const WebView_LoadCompleted: Self = Self(233i32)
pub const WebView_ScriptNotify: Self = Self(234i32)
pub const WebView_ContentLoading: Self = Self(237i32)
pub const WebView_DOMContentLoaded: Self = Self(238i32)
pub const WebView_FrameContentLoading: Self = Self(241i32)
pub const WebView_FrameDOMContentLoaded: Self = Self(242i32)
pub const WebView_LongRunningScriptDetected: Self = Self(244i32)
pub const WebView_UnsafeContentWarningDisplaying: Self = Self(245i32)
pub const WebView_UnviewableContentIdentified: Self = Self(246i32)
pub const WebView_ContainsFullScreenElementChanged: Self = Self(247i32)
pub const WebView_UnsupportedUriSchemeIdentified: Self = Self(248i32)
pub const WebView_NewWindowRequested: Self = Self(249i32)
pub const WebView_PermissionRequested: Self = Self(250i32)
pub const ButtonBase_Click: Self = Self(256i32)
pub const CarouselPanel_HorizontalSnapPointsChanged: Self = Self(257i32)
pub const CarouselPanel_VerticalSnapPointsChanged: Self = Self(258i32)
pub const OrientedVirtualizingPanel_HorizontalSnapPointsChanged: Self = Self(263i32)
pub const OrientedVirtualizingPanel_VerticalSnapPointsChanged: Self = Self(264i32)
pub const RangeBase_ValueChanged: Self = Self(267i32)
pub const ScrollBar_Scroll: Self = Self(268i32)
pub const Selector_SelectionChanged: Self = Self(269i32)
pub const Thumb_DragStarted: Self = Self(270i32)
pub const Thumb_DragDelta: Self = Self(271i32)
pub const Thumb_DragCompleted: Self = Self(272i32)
pub const ToggleButton_Checked: Self = Self(273i32)
pub const ToggleButton_Unchecked: Self = Self(274i32)
pub const ToggleButton_Indeterminate: Self = Self(275i32)
pub const WebView_WebResourceRequested: Self = Self(283i32)
pub const ScrollViewer_AnchorRequested: Self = Self(291i32)
pub const DatePicker_SelectedDateChanged: Self = Self(322i32)
pub const TimePicker_SelectedTimeChanged: Self = Self(323i32)
Trait Implementations
impl Clone for XamlEventIndex
impl Clone for XamlEventIndex
impl Copy for XamlEventIndex
Auto Trait Implementations
impl RefUnwindSafe for XamlEventIndex
impl Send for XamlEventIndex
impl Sync for XamlEventIndex
impl Unpin for XamlEventIndex
impl UnwindSafe for XamlEventIndex
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more