Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview Namespace / InputValueChangedEventArgs Class / InputValueChangedEventArgs Constructor

In This Topic
    InputValueChangedEventArgs Constructor
    In This Topic
    Initializes a new instance of the InputValueChangedEventArgs class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal renderObject As RenderInputBase _
    )
    public InputValueChangedEventArgs( 
       RenderInputBase renderObject
    )

    Parameters

    renderObject
    See Also