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

In This Topic
    RenderObject Property (InputValueChangedEventArgs)
    In This Topic
    Gets the RenderInputBase object on which the value has changed.
    Syntax
    'Declaration
     
    Public ReadOnly Property RenderObject As RenderInputBase
    public RenderInputBase RenderObject {get;}
    See Also