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

Afficher le fichier Open project: unoplatform/uno Class Usage Examples

Méthodes protégées

Méthode 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 méthode

protected OnGotFocus ( RoutedEventArgs pArgs ) : void
pArgs RoutedEventArgs
Résultat void

OnPointerCaptureLost() protected méthode

protected OnPointerCaptureLost ( PointerRoutedEventArgs pArgs ) : void
pArgs PointerRoutedEventArgs
Résultat void

OnPointerEntered() protected méthode

protected OnPointerEntered ( PointerRoutedEventArgs pArgs ) : void
pArgs PointerRoutedEventArgs
Résultat void

OnPointerExited() protected méthode

protected OnPointerExited ( PointerRoutedEventArgs pArgs ) : void
pArgs PointerRoutedEventArgs
Résultat void

OnPointerPressed() protected méthode

protected OnPointerPressed ( PointerRoutedEventArgs pArgs ) : void
pArgs PointerRoutedEventArgs
Résultat void

OnPointerReleased() protected méthode

protected OnPointerReleased ( PointerRoutedEventArgs pArgs ) : void
pArgs PointerRoutedEventArgs
Résultat void