ActiveReports 12
AddHandler(RoutedEvent,Delegate) Method

GrapeCity.ActiveReports.Viewer.Wpf.v12 Assembly > GrapeCity.ActiveReports.Viewer.Wpf Namespace > Viewer Class > AddHandler Method : AddHandler(RoutedEvent,Delegate) Method
An identifier for the routed event to be handled.
A reference to the handler implementation.
Adds a routed event handler for a specified routed event, adding the handler to the handler collection on the current element.
Syntax
'Declaration
 
Public Overloads Sub AddHandler( _
   ByVal routedEvent As RoutedEvent, _
   ByVal handler As Delegate _
) 
public void AddHandler( 
   RoutedEvent routedEvent,
   Delegate handler
)

Parameters

routedEvent
An identifier for the routed event to be handled.
handler
A reference to the handler implementation.
See Also

Reference

Viewer Class
Viewer Members
Overload List