Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
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.