<Code Lib>
2027 Overloads
Changes 0
O

UpdaterRegistry.RegisterUpdater (Overloads)

Name Return Type Description
M RegisterUpdater(IUpdater) None Registers an updater application-wide, which means the updater may get triggered in any open document.
M RegisterUpdater(IUpdater, Document) None Registers the updater for a specified document, which means the updater can only be triggered by changes made in that document.
M RegisterUpdater(IUpdater, Boolean) None Registers an updater application-wide, which means the updater may get triggered in any open document.
M RegisterUpdater(IUpdater, Document, Boolean) None Registers the updater for a specified document, which means the updater can only be triggered by changes made in that document.