TileLayerOnDeserialized Method |
LightningChart .NET Help
OnDeserialized is called just after the object has been deserialized.
Namespace:
Arction.Wpf.Charting.Maps
Assembly:
Arction.Wpf.Charting.LightningChart (in Arction.Wpf.Charting.LightningChart.dll) Version: 10.3.1
Syntax[OnDeserializedAttribute]
public void OnDeserialized(
StreamingContext context
)
<OnDeserializedAttribute>
Public Sub OnDeserialized (
context As StreamingContext
)
public:
[OnDeserializedAttribute]
void OnDeserialized(
StreamingContext context
)
Parameters
- context
- Type: System.Runtime.SerializationStreamingContext
Context.
See Also