プロバイダーが地理的オブジェクトを構築したときに発生します。
名前空間: System.Spatial
アセンブリ: System.Spatial (System.Spatial.dll)
構文
'宣言
Event ProduceGeography As Action(Of Geography)
'使用
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 では、イベントは使用できますが、新規に宣言することはできません。