Mobiform Software - Aurora API Documentation

GridDefinitionChangedEventHandler Delegate

Represents a change in a row or column definition in a grid.

public delegate void GridDefinitionChangedEventHandler(
   Grid grid,
   IList collection,
   Int32 position,
   Boolean bAdded
);

Parameters

grid
the grid for which a row or column has changed
collection
the row or column collection
position
the row or column number that has changed
bAdded
Indicates of the object was added or removed

Requirements

Namespace: Aurora.Interfaces

Assembly: AuroraInterfaces (in AuroraInterfaces.dll)

See Also

Aurora.Interfaces Namespace