Visual Basic (Declaration) | |
---|---|
Public Event GeoKeyFound() As EventHandler(Of CodecsEnumGeoKeysEventArgs) |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public event EventHandler<CodecsEnumGeoKeysEventArgs> GeoKeyFound() |
C++/CLI | |
---|---|
public: event EventHandler<CodecsEnumGeoKeysEventArgs>^ GeoKeyFound(); |
Refer to EnumGeoKeys.
This event will fire for each GeoKey found in the file as a result of calling EnumGeoKeys.
Do not attempt to use DeleteTag to delete tags from inside this event. If you want to delete tags that you enumerate, use this event to add the tags to a list. Upon returning from EnumGeoKeys, you can delete all the tags from the list.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family