GdViewer.TransferEndedEventArgs Constructor(RoutedEvent,GdPictureStatus,Boolean)
                                 
                                
                                    
                                        In This Topic
                                    
                                
                                
            
            
            Syntax
            
            
            
            
            'Declaration
 
Public Function New( _
   ByVal  As RoutedEvent, _
   ByVal  As GdPictureStatus, _
   ByVal  As Boolean _
)
             
        
            
            public GdViewer.TransferEndedEventArgs( 
   RoutedEvent ,
   GdPictureStatus ,
   bool 
)
             
        
            
            public GdViewer.TransferEndedEventArgs( 
    : RoutedEvent;
    : GdPictureStatus;
    : Boolean
); 
             
        
            
            public function GdViewer.TransferEndedEventArgs( 
    : RoutedEvent,
    : GdPictureStatus,
    : boolean
);
             
        
            
            public: GdViewer.TransferEndedEventArgs( 
   RoutedEvent* ,
   GdPictureStatus ,
   bool 
)
             
        
            
            public:
GdViewer.TransferEndedEventArgs( 
   RoutedEvent^ ,
   GdPictureStatus ,
   bool 
)
             
        
             
        
            Parameters
- routedEvent
- status
- Download
 
            
            
            
            
            
            
            
            
            
            
            
            See Also