Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Fires when the provider constructs a geometry object.
Namespace: System.Spatial
Assembly: System.Spatial (in System.Spatial.dll)
Syntax
'Declaration
Event ProduceGeometry As Action(Of Geometry)
'Usage
Dim instance As IGeometryProvider
Dim handler As Action(Of Geometry)
AddHandler instance.ProduceGeometry, handler
event Action<Geometry> ProduceGeometry
event Action<Geometry^>^ ProduceGeometry {
void add (Action<Geometry^>^ value);
void remove (Action<Geometry^>^ value);
}
abstract ProduceGeometry : IEvent<Action<Geometry>,
EventArgs>
JScript supports the use of events, but not the declaration of new ones.