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
pub const FrameworkElement_SizeChanged: Self
pub const FrameworkElement_LayoutUpdated: Self
pub const UIElement_KeyUp: Self
pub const UIElement_KeyDown: Self
pub const UIElement_GotFocus: Self
pub const UIElement_LostFocus: Self
pub const UIElement_DragStarting: Self
pub const UIElement_DropCompleted: Self
pub const UIElement_CharacterReceived: Self
pub const UIElement_DragEnter: Self
pub const UIElement_DragLeave: Self
pub const UIElement_DragOver: Self
pub const UIElement_Drop: Self
pub const UIElement_PointerPressed: Self
pub const UIElement_PointerMoved: Self
pub const UIElement_PointerReleased: Self
pub const UIElement_PointerEntered: Self
pub const UIElement_PointerExited: Self
pub const UIElement_PointerCaptureLost: Self
pub const UIElement_PointerCanceled: Self
pub const UIElement_PointerWheelChanged: Self
pub const UIElement_Tapped: Self
pub const UIElement_DoubleTapped: Self
pub const UIElement_Holding: Self
pub const UIElement_ContextRequested: Self
pub const UIElement_ContextCanceled: Self
pub const UIElement_RightTapped: Self
pub const UIElement_ManipulationStarting: Self
pub const UIElement_ManipulationInertiaStarting: Self
pub const UIElement_ManipulationStarted: Self
pub const UIElement_ManipulationDelta: Self
pub const UIElement_ManipulationCompleted: Self
pub const UIElement_ProcessKeyboardAccelerators: Self
pub const UIElement_GettingFocus: Self
pub const UIElement_LosingFocus: Self
pub const UIElement_NoFocusCandidateFound: Self
pub const UIElement_PreviewKeyDown: Self
pub const UIElement_PreviewKeyUp: Self
pub const UIElement_BringIntoViewRequested: Self
pub const AppBar_Opening: Self
pub const AppBar_Opened: Self
pub const AppBar_Closing: Self
pub const AppBar_Closed: Self
pub const AutoSuggestBox_SuggestionChosen: Self
pub const AutoSuggestBox_TextChanged: Self
pub const AutoSuggestBox_QuerySubmitted: Self
pub const CalendarDatePicker_CalendarViewDayItemChanging: Self
pub const CalendarDatePicker_DateChanged: Self
pub const CalendarDatePicker_Opened: Self
pub const CalendarDatePicker_Closed: Self
pub const CalendarView_CalendarViewDayItemChanging: Self
pub const CalendarView_SelectedDatesChanged: Self
pub const ComboBox_DropDownClosed: Self
pub const ComboBox_DropDownOpened: Self
pub const CommandBar_DynamicOverflowItemsChanging: Self
pub const ContentDialog_Closing: Self
pub const ContentDialog_Closed: Self
pub const ContentDialog_Opened: Self
pub const ContentDialog_PrimaryButtonClick: Self
pub const ContentDialog_SecondaryButtonClick: Self
pub const ContentDialog_CloseButtonClick: Self
pub const Control_FocusEngaged: Self
pub const Control_FocusDisengaged: Self
pub const DatePicker_DateChanged: Self
pub const Hub_SectionHeaderClick: Self
pub const Hub_SectionsInViewChanged: Self
pub const ItemsPresenter_HorizontalSnapPointsChanged: Self
pub const ItemsPresenter_VerticalSnapPointsChanged: Self
pub const ListViewBase_ItemClick: Self
pub const ListViewBase_DragItemsStarting: Self
pub const ListViewBase_DragItemsCompleted: Self
pub const ListViewBase_ContainerContentChanging: Self
pub const ListViewBase_ChoosingItemContainer: Self
pub const ListViewBase_ChoosingGroupHeaderContainer: Self
pub const MediaTransportControls_ThumbnailRequested: Self
pub const MenuFlyoutItem_Click: Self
pub const RichEditBox_TextChanging: Self
pub const ScrollViewer_ViewChanging: Self
pub const ScrollViewer_ViewChanged: Self
pub const ScrollViewer_DirectManipulationStarted: Self
pub const ScrollViewer_DirectManipulationCompleted: Self
pub const SearchBox_QueryChanged: Self
pub const SearchBox_SuggestionsRequested: Self
pub const SearchBox_QuerySubmitted: Self
pub const SearchBox_ResultSuggestionChosen: Self
pub const SearchBox_PrepareForFocusOnKeyboardInput: Self
pub const SemanticZoom_ViewChangeStarted: Self
pub const SemanticZoom_ViewChangeCompleted: Self
pub const SettingsFlyout_BackClick: Self
pub const StackPanel_HorizontalSnapPointsChanged: Self
pub const StackPanel_VerticalSnapPointsChanged: Self
pub const TimePicker_TimeChanged: Self
pub const ToggleSwitch_Toggled: Self
pub const ToolTip_Closed: Self
pub const ToolTip_Opened: Self
pub const VirtualizingStackPanel_CleanUpVirtualizedItemEvent: Self
pub const WebView_SeparateProcessLost: Self
pub const WebView_LoadCompleted: Self
pub const WebView_ScriptNotify: Self
pub const WebView_ContentLoading: Self
pub const WebView_DOMContentLoaded: Self
pub const WebView_FrameContentLoading: Self
pub const WebView_FrameDOMContentLoaded: Self
pub const WebView_LongRunningScriptDetected: Self
pub const WebView_UnsafeContentWarningDisplaying: Self
pub const WebView_UnviewableContentIdentified: Self
pub const WebView_ContainsFullScreenElementChanged: Self
pub const WebView_UnsupportedUriSchemeIdentified: Self
pub const WebView_NewWindowRequested: Self
pub const WebView_PermissionRequested: Self
pub const ButtonBase_Click: Self
pub const CarouselPanel_HorizontalSnapPointsChanged: Self
pub const CarouselPanel_VerticalSnapPointsChanged: Self
pub const OrientedVirtualizingPanel_HorizontalSnapPointsChanged: Self
pub const OrientedVirtualizingPanel_VerticalSnapPointsChanged: Self
pub const RangeBase_ValueChanged: Self
pub const ScrollBar_Scroll: Self
pub const Selector_SelectionChanged: Self
pub const Thumb_DragStarted: Self
pub const Thumb_DragDelta: Self
pub const Thumb_DragCompleted: Self
pub const ToggleButton_Checked: Self
pub const ToggleButton_Unchecked: Self
pub const ToggleButton_Indeterminate: Self
pub const WebView_WebResourceRequested: Self
pub const ScrollViewer_AnchorRequested: Self
pub const DatePicker_SelectedDateChanged: Self
pub const TimePicker_SelectedTimeChanged: Self
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 · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more