This demo illustrates tracing the order of events that are handled when operating the Data Bound Grid control. You will be able to trace different types of events such as mouse events, and events related the to the current cell. The event log is displayed in an output window, which is a ListBox control.
Features:
The GridEventTracer class in this sample is used to hook up and unhook the necessary events only on demand.
The AppendOuput method of GridEventTracer is used to send results to the ListBox control for display.