C# Класс WpfDocumentPreviewer.PreviewerControl

Interaction logic for PreviewerControl.xaml
Наследование: System.Windows.Controls.UserControl, INotifyPropertyChanged
Показать файл Открыть проект

Открытые методы

Метод Описание
PreviewerControl ( ) : System
PreviewerControl_Unloaded ( object sender, RoutedEventArgs e ) : void
RaisePropertyChanged ( string propertyName ) : void
activeX_FileDownload ( bool ActiveDocument, bool &Cancel ) : void

Приватные методы

Метод Описание
IconFromFileName ( string fileName ) : System.Windows.Media.Imaging.BitmapSource
SetFileName ( string fileName ) : void
wb1_LoadCompleted ( object sender, System.Windows.Navigation.NavigationEventArgs e ) : void

Описание методов

PreviewerControl() публичный Метод

public PreviewerControl ( ) : System
Результат System

PreviewerControl_Unloaded() публичный Метод

public PreviewerControl_Unloaded ( object sender, RoutedEventArgs e ) : void
sender object
e System.Windows.RoutedEventArgs
Результат void

RaisePropertyChanged() публичный Метод

public RaisePropertyChanged ( string propertyName ) : void
propertyName string
Результат void

activeX_FileDownload() публичный Метод

public activeX_FileDownload ( bool ActiveDocument, bool &Cancel ) : void
ActiveDocument bool
Cancel bool
Результат void