FlexReport for UWP | ComponentOne
C1.UWP.FlexViewer Assembly / C1.Xaml.FlexViewer Namespace / CustomToolEventArgs Class / CustomToolEventArgs Constructor

In This Topic
    CustomToolEventArgs Constructor
    In This Topic
    Initializes a new instance of the CustomToolEventArgs class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal toolFrame As Frame, _
       ByVal tool As FlexViewerTool _
    )
    public CustomToolEventArgs( 
       Frame toolFrame,
       FlexViewerTool tool
    )

    Parameters

    toolFrame
    tool
    See Also