Called when the Value()()()() property of a RenderInputBase object contained in the current document has changed. Raises the InputValueChanged event.

Namespace:  C1.C1Preview
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
protected internal virtual void OnInputValueChanged(
	RenderInputBase renderObject
)
Visual Basic
Protected Friend Overridable Sub OnInputValueChanged ( _
	renderObject As RenderInputBase _
)

Parameters

renderObject
Type: C1.C1Preview..::..RenderInputBase
The RenderInputBase object on which the input value has changed.

See Also