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

    Occurs when an error raised and the EventOnError property is set to True.

    Error( ByVal Number as Long, ByVal Source As String, ByVal Description As String )

    Syntax

    Private Sub SmartUI_Error(ByVal Number As Long, ByVal Source As String, ByVal Description As String)

    Applies To

    SmartUI

    See Also

    EventOnError