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