ActiveReports.Viewer3 Request technical support
AcceptsTabChanged Event
See Also 


Occurs when the value of the AcceptsTab property has changed.

Syntax

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

See Also