ComponentOne FlexReport for UWP
CustomToolEventArgs Constructor

C1.UWP.FlexViewer Assembly > C1.Xaml.FlexViewer Namespace > CustomToolEventArgs Class : CustomToolEventArgs Constructor
Initializes a new instance of the CustomToolEventArgs class.
Syntax
'Declaration
 
Public Function New( _
   ByVal toolFrame As Windows.UI.Xaml.Controls.Frame, _
   ByVal tool As FlexViewerTool _
)
public CustomToolEventArgs( 
   Windows.UI.Xaml.Controls.Frame toolFrame,
   FlexViewerTool tool
)

Parameters

toolFrame
tool
See Also

Reference

CustomToolEventArgs Class
CustomToolEventArgs Members