Skip to main content

IViewDefinitions.UnregisterStyleCallback(string,string) Method

Namespace: NextDesign.Core

Description

Unregisters all callback functions for editor elements generated from editor element definitions that can be identified from the specified class.

  • It is recommended to call this when deactivating the extension.

Note that if the editor element definition cannot be identified from the specified class, nothing will be done.

Arguments

NameTypeDescription
editorModelClassNamestringModel class name of editor
elementModelClassNamestringModel class name of editor element

Return value

  • void

Exceptions

NameException classDescription
Invalid argumentExtensionArgumentExceptionIf null or an empty string is specified for editorModelClassName
If null or an empty string is specified for elementModelClassName