Is called when the value of Value property is assigned.

Namespace:  C1.C1PrintDocument
Assembly:  C1.C1PrintDocument.Classic.2 (in C1.C1PrintDocument.Classic.2.dll)

Syntax

C#
void OnSetValue(
	InputInfoBase sender,
	ref Object value
)
Visual Basic (Declaration)
Sub OnSetValue ( _
	sender As InputInfoBase, _
	ByRef value As Object _
)

Parameters

sender
Type: C1.C1PrintDocument..::.InputInfoBase
The InputInfoBase object which is calling the method.
value
Type: System..::.Object%

See Also