Click()
Compare(ByVal Row1 As Long, ByVal Row2 As Long, Cmp As Integer)
DblClick()
DragDrop(Source As Control, x As Single, y As Single)
DragOver(Source As Control, x As Single, y As Single, State As Integer)
EnterCell()
GotFocus()
KeyDown(KeyCode As Integer, Shift As Integer)
KeyPress(KeyAscii As Integer)
KeyUp(KeyCode As Integer, Shift As Integer)
LeaveCell()
LostFocus()
MouseDown(Button As Integer, Shift As Integer, x As Single, y As Single)
MouseMove(Button As Integer, Shift As Integer, x As Single, y As Single)
MouseUp(Button As Integer, Shift As Integer, x As Single, y As Single)
OLECompleteDrag(Effect As Long)
OLEDragDrop(Data As MSFlexGridLib.DataObject, Effect As Long, Button As Integer, Shift As Integer, x As Single, y As Single)
OLEDragOver(Data As MSFlexGridLib.DataObject, Effect As Long, Button As Integer, Shift As Integer, x As Single, y As Single, State As Integer)
OLEGiveFeedback(Effect As Long, DefaultCursors As Boolean)
OLESetData(Data As MSFlexGridLib.DataObject, DataFormat As Integer)
OLEStartDrag(Data As MSFlexGridLib.DataObject, AllowedEffects As Long)
RowColChange()
Scroll()
SelChange()
Validate(Cancel As Boolean)