ActiveReports.Viewer3 Request technical support
Leave Event
See Also 


Occurs when the input focus leaves the control.

Syntax

Visual Basic (Declaration) 
Public Event Leave() As EventHandler
Visual Basic (Usage)Copy Code
Dim instance As TOCTree
Dim handler As EventHandler
 
AddHandler instance.Leave, handler
C# 
public event EventHandler Leave()

See Also