Événement SpatialBuilder.ProduceGeography
Se déclenche lorsque le fournisseur construit un objet géographique.
Espace de noms : System.Spatial
Assembly : System.Spatial (en System.Spatial.dll)
Syntaxe
'Déclaration
Public Event ProduceGeography As Action(Of Geography)
'Utilisation
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 prend en charge l'utilisation d'événements, mais pas la déclaration de nouveaux événements.
Implémente
IGeographyProvider.ProduceGeography