A flag indicating if a new value selected is committed immediately without waiting to leave the field. This property is false by default

Namespace: EvoPdf
Assembly: evohtmltopdf (in evohtmltopdf.dll) Version: 4.12.0.0

Syntax

C#
public bool CommitOnSelectionChanged { get; set; }
Visual Basic
Public Property CommitOnSelectionChanged As Boolean
	Get
	Set
Visual C++
public:
property bool CommitOnSelectionChanged {
	bool get ();
	void set (bool value);
}

Property Value

Type: Boolean

See Also