PDFView4NET WinForms Edition


CommitOnSelChange Property
Gets or sets whether the selected item is commited as soon as the selection is made.
Syntax
'Declaration
 
Public Property CommitOnSelChange As Boolean
'Usage
 
Dim instance As PDFListField
Dim value As Boolean
 
instance.CommitOnSelChange = value
 
value = instance.CommitOnSelChange
public bool CommitOnSelChange {get; set;}

Property Value

True if the selected item is commited as soon as the selection is made, false otherwise. Default is false.
Remarks
If set, the new value is committed as soon as a selection is made with the pointing device. This option enables applications to perform an action once a selection is made, without requiring the user to exit the field. If clear, the new value is not committed until the user exits the field.
Requirements

Target Platforms: Windows 7, Windows 10, Windows 11, Windows Server 2022, Windows Server 2025

See Also