C# Класс CrystalMpq.Explorer.Extensibility.FileViewer

Base class for implementig a FileViewer plugin.
Наследование: System.Windows.Forms.UserControl
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
ApplySettings ( ) : void

Called when the settings need to be updated.

FileViewer ( IHost host ) : System

Initializes a new instance of the FileViewer class.

Защищенные методы

Метод Описание
CreatePluginSettings ( ) : IPluginSettings

Called when creation of the PluginSettings object is requested.

OnFileChanged ( ) : void

Called when the viewed file has changed.

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

Метод Описание
FileViewer ( ) : System

Initializes a new instance of the FileViewer class.

This will only be used by the Windows Forms designer.

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

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

Called when the settings need to be updated.
public ApplySettings ( ) : void
Результат void

CreatePluginSettings() защищенный Метод

Called when creation of the PluginSettings object is requested.
protected CreatePluginSettings ( ) : IPluginSettings
Результат IPluginSettings

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

Initializes a new instance of the FileViewer class.
public FileViewer ( IHost host ) : System
host IHost The host which will be bound to this instance.
Результат System

OnFileChanged() защищенный Метод

Called when the viewed file has changed.
protected OnFileChanged ( ) : void
Результат void