C# Class Windows.UI.Xaml.Controls.CalendarViewBaseItem

Mostrar archivo Open project: unoplatform/uno Class Usage Examples

Protected Methods

Method Description
OnGotFocus ( RoutedEventArgs pArgs ) : void
OnPointerCaptureLost ( PointerRoutedEventArgs pArgs ) : void
OnPointerEntered ( PointerRoutedEventArgs pArgs ) : void
OnPointerExited ( PointerRoutedEventArgs pArgs ) : void
OnPointerPressed ( PointerRoutedEventArgs pArgs ) : void
OnPointerReleased ( PointerRoutedEventArgs pArgs ) : void

Method Details

OnGotFocus() protected method

protected OnGotFocus ( RoutedEventArgs pArgs ) : void
pArgs RoutedEventArgs
return void

OnPointerCaptureLost() protected method

protected OnPointerCaptureLost ( PointerRoutedEventArgs pArgs ) : void
pArgs PointerRoutedEventArgs
return void

OnPointerEntered() protected method

protected OnPointerEntered ( PointerRoutedEventArgs pArgs ) : void
pArgs PointerRoutedEventArgs
return void

OnPointerExited() protected method

protected OnPointerExited ( PointerRoutedEventArgs pArgs ) : void
pArgs PointerRoutedEventArgs
return void

OnPointerPressed() protected method

protected OnPointerPressed ( PointerRoutedEventArgs pArgs ) : void
pArgs PointerRoutedEventArgs
return void

OnPointerReleased() protected method

protected OnPointerReleased ( PointerRoutedEventArgs pArgs ) : void
pArgs PointerRoutedEventArgs
return void