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


The following tables list the members exposed by BeforeExitEditModeEventArgs.

Public Constructors

 NameDescription
public ConstructorBeforeExitEditModeEventArgs ConstructorOverloaded.   
Top

Public Properties

 NameDescription
public PropertyApplyChanges Returns true if the changes made while in edit mode should be applied (read-only).  
public PropertyCancelGets or sets a value indicating whether the event should be canceled. (Inherited from System.ComponentModel.CancelEventArgs)
public PropertyIsForcingExit Returns true if the exit operation cannot be cancelled because the editor is being forced to exit edit mode.  
Top

See Also