C# Class WpfDocumentPreviewer.PreviewerControl

Interaction logic for PreviewerControl.xaml
Inheritance: System.Windows.Controls.UserControl, INotifyPropertyChanged
Afficher le fichier Open project: Gainedge/BetterExplorer

Méthodes publiques

Méthode Description
PreviewerControl ( ) : System
PreviewerControl_Unloaded ( object sender, RoutedEventArgs e ) : void
RaisePropertyChanged ( string propertyName ) : void
activeX_FileDownload ( bool ActiveDocument, bool &Cancel ) : void

Private Methods

Méthode Description
IconFromFileName ( string fileName ) : System.Windows.Media.Imaging.BitmapSource
SetFileName ( string fileName ) : void
wb1_LoadCompleted ( object sender, System.Windows.Navigation.NavigationEventArgs e ) : void

Method Details

PreviewerControl() public méthode

public PreviewerControl ( ) : System
Résultat System

PreviewerControl_Unloaded() public méthode

public PreviewerControl_Unloaded ( object sender, RoutedEventArgs e ) : void
sender object
e System.Windows.RoutedEventArgs
Résultat void

RaisePropertyChanged() public méthode

public RaisePropertyChanged ( string propertyName ) : void
propertyName string
Résultat void

activeX_FileDownload() public méthode

public activeX_FileDownload ( bool ActiveDocument, bool &Cancel ) : void
ActiveDocument bool
Cancel bool
Résultat void