In This Topic
            
            Executes the 
C1Command on the current command target.
 
            
            
            Syntax
            
            
            
            
            'Declaration
 
Public Sub Execute( _
   ByVal  As System.Object, _
   ByVal  As Windows.UI.Xaml.UIElement _
) 
             
        
            
            public void Execute( 
   System.object ,
   Windows.UI.Xaml.UIElement 
)
             
        
             
        
            Parameters
- parameter
 
- User defined parameter to be passed to the handler.
 - target
 
- Element at which to being looking for command handlers.
 
            
             
            
            
            
            
            
            
            
            
            
            
            
            See Also