DataGrid REALbasic Plugin

DataGrid.CancelEventAction Property

To cancel a internal handling of a event then set the CancelEventAction property to true
from within a event.

CancelEventAction as Boolean {Read and Write}

Remarks

Currently this property only has affect from within the MouseDown and KeyDown events.

See Also

DataGrid Control