Note: This API is now obsolete.
Base class for implementing state for custom web controls.
Inheritance Hierarchy
Spotfire.Dxp.Application.ExtensionCustomControlState
Spotfire.Dxp.Application.ExtensionCustomControlStateTNode
Spotfire.Dxp.Application.ExtensionVisualControlStateTVisual, TValue
Namespace: Spotfire.Dxp.Application.Extension
Assembly: Spotfire.Dxp.Application (in Spotfire.Dxp.Application.dll) Version: 30.0.11525.4184 (30.0.11525.4184)
Syntax
C#
[ObsoleteAttribute("Use Spotfire.Dxp.Application.Extension.CustomVisualView instead.")] public class CustomControlState<TNode> : CustomControlState, IDisposable where TNode : DocumentNode
Type Parameters
- TNode
The CustomControlStateTNode type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | CustomControlStateTNode |
Constructor for CustomControlState.
|
Methods
Name | Description | |
---|---|---|
![]() | Dispose |
Implements the IDisposable pattern.
|
![]() | Dispose(Boolean) |
Implements the IDisposable pattern.
|
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
![]() | EventManager |
Gets an ExternalEventManager that can be used to subscribe
to events from the document.
|
![]() | Node |
Gets the DocumentNode.
|
Version Information
Obsolete (compiler warning) in 7.9
Obsolete (compiler warning) in 7.8
Obsolete (compiler warning) in 7.7
Obsolete (compiler warning) in 7.6
Obsolete (compiler warning) in 7.5
Obsolete (compiler warning) in 7.11
Obsolete (compiler warning) in 7.10
See Also