Infragistics(R) NetAdvantage(R) Windows Forms
ApplyChanges Property
See Also  E-mail your feedback on this topic.
Infragistics.Win Namespace > BeforeExitEditModeEventArgs Class : ApplyChanges Property

Returns true if the changes made while in edit mode should be applied (read-only).

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property ApplyChanges As Boolean
C# 
public bool ApplyChanges {get;}

Remarks

This property will return false if, for example, the user pressed the escape key to exit exit mode.

See Also