Xceed SmartUI Documentation
BeforeEdit event
Events > BeforeEdit event

Occurs when an Edit area is about to get the focus.

BeforeEdit( ByRef Item As SmartItem, ByRef SelStart As Long, ByRef SelLength As Long, ByRef MaxLength As Long, ByRef Locked As Boolean )

Syntax

Private Sub SmartUI_BeforeEdit(ByRef Item As SmartItem, ByRef SelStart As Long, ByRef SelLength As Long, ByRef MaxLength As Long, ByRef Locked As Boolean)

Applies To

SmartUI

See Also

AfterEdit, SmartItem