DK11 for .NET | TatukGIS.NDK.TGIS_LayerVector.CursorAfterFetchEvent | Constructors | Fields | Methods | Properties | Events
CursorAfterFetch event. This will be fired after data is fetched in CursorFirst method.
// C# public event TGIS_CursorEvent CursorAfterFetchEvent { add {} remove {} }
' VisualBasic Public Custom Event CursorAfterFetchEvent As TGIS_CursorEvent AddHandler(ByVal value As TGIS_CursorEvent) End AddHandler RemoveHandler(ByVal value As TGIS_CursorEvent) End RemoveHandler End Event
// Oxygene public event CursorAfterFetchEvent : TGIS_CursorEvent add remove;
Type |
---|
TGIS_CursorEvent |