C# Класс XWord.AddinSettingsFormManager

Manages the public events handlers for AddinSettingsForm instances.
Наследование: AbstractAddinSettingsFormActionsManager
Показать файл Открыть проект

Private Properties

Свойство Тип Описание
ApplyConnectionSettings void
ApplyPrefetchSettings void
ApplyRepositoriesSettings void

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

Метод Описание
AddinSettingsFormManager ( AddinSettingsForm &addinSettingsForm ) : System

Default constructor.

EnqueueAllHandlers ( ) : void

Enqueues all (known/custom) event handlers defined for an AddinSettingsForm instance: OnApply, OnCancel, OnFormLoad, OnOK, OnProtocolChange.

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

Метод Описание
ActionApply ( object sender, EventArgs e ) : void

Action to perform when OnApply event is raised.

ActionCancel ( object sender, EventArgs e ) : void

Action to perform when OnCancel event is raised.

ActionFormLoad ( object sender, EventArgs e ) : void

Action to perform when OnFormLoad event is raised.

ActionOK ( object sender, EventArgs e ) : void

Action to perform when OnOK event is raised.

ActionProtocolChanged ( object sender, EventArgs e ) : void

Action to perform when OnProtocolChanged event is raised.

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

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

Sets the new connection settings for the addin, connects to the server and refreshes the active wiki explorer.

ApplyPrefetchSettings ( ) : void

Sets the settings for the active prefetcher and

ApplyRepositoriesSettings ( ) : void

Sets the pages and attachments repositories.

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

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

Action to perform when OnApply event is raised.
protected ActionApply ( object sender, EventArgs e ) : void
sender object Sender object.
e System.EventArgs Event arguments.
Результат void

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

Action to perform when OnCancel event is raised.
protected ActionCancel ( object sender, EventArgs e ) : void
sender object Sender object.
e System.EventArgs Event arguments.
Результат void

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

Action to perform when OnFormLoad event is raised.
protected ActionFormLoad ( object sender, EventArgs e ) : void
sender object Sender object.
e System.EventArgs Event arguments.
Результат void

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

Action to perform when OnOK event is raised.
protected ActionOK ( object sender, EventArgs e ) : void
sender object Sender object.
e System.EventArgs Event arguments.
Результат void

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

Action to perform when OnProtocolChanged event is raised.
protected ActionProtocolChanged ( object sender, EventArgs e ) : void
sender object Sender object.
e System.EventArgs Event arguments.
Результат void

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

Default constructor.
public AddinSettingsFormManager ( AddinSettingsForm &addinSettingsForm ) : System
addinSettingsForm UICommons.AddinSettingsForm A reference to an AddinSettingsForm instance.
Результат System

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

Enqueues all (known/custom) event handlers defined for an AddinSettingsForm instance: OnApply, OnCancel, OnFormLoad, OnOK, OnProtocolChange.
public EnqueueAllHandlers ( ) : void
Результат void