DK11 for .NET | TatukGIS.NDK.TGIS_LayerPixel.GridOperationEvent | Constructors | Fields | Methods | Properties | Events
Grid operation event. Attach to manipulate grid data before display.
// C# public event TGIS_GridOperation GridOperationEvent { add {} remove {} }
' VisualBasic Public Custom Event GridOperationEvent As TGIS_GridOperation AddHandler(ByVal value As TGIS_GridOperation) End AddHandler RemoveHandler(ByVal value As TGIS_GridOperation) End RemoveHandler End Event
// Oxygene public event GridOperationEvent : TGIS_GridOperation add remove;
Type |
---|
TGIS_GridOperation |