Xceed SmartUI Documentation
Events / BeforeEdit event
In This Topic
    BeforeEdit event
    In This Topic

    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