IViewDefinitions.UnregisterStyleCallback(IElementDef) Method
Namespace: NextDesign.Core
Description
Unregisters all callback functions for editor elements generated from the specified editor element definition.
- It is recommended to call this when deactivating the extension.
Arguments
| Name | Type | Description |
|---|---|---|
| elementDef | IElementDef | Editor element definition |
Return value
- void
Exceptions
| Name | Exception class | Description |
|---|---|---|
| Invalid argument | ExtensionArgumentException | If null is specified for elementDef |