다음을 통해 공유


IGeographyProvider.ProduceGeography 이벤트

공급자가 지리 개체를 생성하는 경우에 발생합니다.

네임스페이스:  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는 이벤트 사용을 지원하지만 새로운 이벤트 선언은 지원하지 않습니다.

참고 항목

참조

IGeographyProvider 인터페이스

System.Spatial 네임스페이스