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