SpatialBuilder.ProduceGeography Event
Fires when the provider constructs geography object.
Namespace: System.Spatial
Assembly: System.Spatial (in System.Spatial.dll)
Syntax
'Declaration
Public Event ProduceGeography As Action(Of Geography)
'Usage
Dim instance As SpatialBuilder
Dim handler As Action(Of Geography)
AddHandler instance.ProduceGeography, handler
public event Action<Geography> ProduceGeography
public:
virtual event Action<Geography^>^ ProduceGeography {
void add (Action<Geography^>^ value);
void remove (Action<Geography^>^ value);
}
abstract ProduceGeography : IEvent<Action<Geography>,
EventArgs>
override ProduceGeography : IEvent<Action<Geography>,
EventArgs>
JScript supports the use of events, but not the declaration of new ones.
Implements
IGeographyProvider.ProduceGeography