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
| Name | Type | Description |
|---|---|---|
| editorModelClassName | string | Model class name of editor |
| elementModelClassName | string | Model class name of editor element |
Return value
- void
Exceptions
| Name | Exception class | Description |
|---|---|---|
| Invalid argument | ExtensionArgumentException | If null or an empty string is specified for editorModelClassName If null or an empty string is specified for elementModelClassName |