DK for .NET | TatukGIS.NDK.TGIS_LayerVector.CursorBeforeFetchEvent | Constructors | Fields | Methods | Properties | Events
CursorBeforeFetch event. Will be fired before data fetch in CursorFirst method.
// C# public event TGIS_CursorEvent CursorBeforeFetchEvent { add {} remove {} }
' VisualBasic Public Custom Event CursorBeforeFetchEvent As TGIS_CursorEvent AddHandler(ByVal value As TGIS_CursorEvent) End AddHandler RemoveHandler(ByVal value As TGIS_CursorEvent) End RemoveHandler End Event
// Oxygene public event CursorBeforeFetchEvent : TGIS_CursorEvent add remove;
Type |
---|
TGIS_CursorEvent |