HeaderContainer_PointerEntered Method
In This Topic
Called when the pointer over the item.
Syntax
'Declaration
Protected Sub HeaderContainer_PointerEntered( _
ByVal As System.Object, _
ByVal As Windows.UI.Xaml.Input.PointerRoutedEventArgs _
)
protected void HeaderContainer_PointerEntered(
System.object ,
Windows.UI.Xaml.Input.PointerRoutedEventArgs
)
Parameters
- sender
- e
See Also