RegisterUpdater Method


Updater Registry Register Updater Method

Overload List
Name Description
Public method Static member RegisterUpdater(IUpdater) Registers an updater application-wide, which means the updater may get triggered in any open document.
Public method Static member RegisterUpdater(IUpdater, Document) Registers the updater for a specified document, which means the updater can only be triggered by changes made in that document.
Public method Static member RegisterUpdater(IUpdater, Boolean) Registers an updater application-wide, which means the updater may get triggered in any open document.
Public method Static member RegisterUpdater(IUpdater, Document, Boolean) Registers the updater for a specified document, which means the updater can only be triggered by changes made in that document.
Top
See Also