MeshModelGeometryConstructed Event |
LightningChart .NET Help
Geometry has been constructed.
Namespace:
Arction.Wpf.ChartingMVVM.Views.View3D
Assembly:
Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.LightningChart.dll) Version: 10.3.1
Syntaxpublic event MeshModelGeometryConstructedEventHandler GeometryConstructed
Public Event GeometryConstructed As MeshModelGeometryConstructedEventHandler
public:
event MeshModelGeometryConstructedEventHandler^ GeometryConstructed {
void add (MeshModelGeometryConstructedEventHandler^ value);
void remove (MeshModelGeometryConstructedEventHandler^ value);
}Value
Type:
Arction.Wpf.ChartingMVVM.Views.View3DMeshModelGeometryConstructedEventHandler
See Also