Override this method to modify the live node using the specified arguments.
Namespace: Spotfire.Dxp.Application.Extension
Assembly: Spotfire.Dxp.Application (in Spotfire.Dxp.Application.dll) Version: 51.0.16121.3915 (51.0.16121.3915)
Syntax
C#
protected virtual void ModifyCore( string method, string args, T liveNode )
Parameters
- method
- Type: SystemString
The method. This string can be used to switch on what the UI needs to perform and how the argument shall be interpreted. - args
- Type: SystemString
The arguments. Typically a serialized JSON object passed from the associated UI. - liveNode
- Type: T
The live node that is to be modified. That is, the CustomVisual node in the document that this CustomVisualView implements view for.
Remarks
Version Information
Supported in: 11.4, 11.3, 11.2, 11.1, 11.0, 10.10, 7.11
See Also