PDFView4NET WPF Edition
CommitOnSelChange Property




O2S.Components.PDFView4NET.Forms Namespace > PDFListField Class : 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;}
public: __property bool get_CommitOnSelChange();
public: __property void set_CommitOnSelChange( 
   bool value
);
public:
property bool CommitOnSelChange {
   bool get();
   void set (    bool value);
}

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 Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

PDFListField Class
PDFListField Members