Compartir a través de


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

Vea también

Referencia

IGeographyProvider Interfaz

Espacio de nombres System.Spatial