ActiveReports.Viewer3 Request technical support
SelectionChanging Event
See Also 


For internal use only.

Syntax

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

See Also