Compartir a través de


Evento SpatialBuilder.ProduceGeography

Se desencadena cuando el proveedor construye un objeto de geografía.

Espacio de nombres:  System.Spatial
Ensamblado:  System.Spatial (en System.Spatial.dll)

Sintaxis

'Declaración
Public Event ProduceGeography As Action(Of Geography)
'Uso
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 admite el uso de eventos, pero no la declaración de otros nuevos.

Implementa

IGeographyProvider.ProduceGeography

Vea también

Referencia

SpatialBuilder Clase

Espacio de nombres System.Spatial