Version

ExitingEditModeEventArgs Class Members

The following tables list the members exposed by ExitingEditModeEventArgs.

Public Constructors
 NameDescription
Public ConstructorExitingEditModeEventArgs ConstructorCreates a new instance of the CancelableEditModeEventArgs class.  
Public Properties
 NameDescription
Public PropertyAddToPreviousLocationsGets/sets whether a successfully parsed value should be added to the Infragistics.Win.Misc.UltraNavigationBar.PreviousLocations collection.  
Public PropertyApplyChangesReturns whether the edit mode session was committed or canceled by the end user.  
Public PropertyCancel (Inherited from System.ComponentModel.CancelEventArgs)
Public PropertyEditorReturns the Infragistics.Win.EmbeddableEditorBase-derived editor conducting the edit mode session. (Inherited from Infragistics.Win.Misc.UltraWinNavigationBar.CancelableEditModeEventArgs)
Public PropertyNavigationPathReturns the navigation path, as typed by the end user, which represents the full path to the Infragistics.Win.Misc.UltraNavigationBarLocation to be navigated to. (Inherited from Infragistics.Win.Misc.UltraWinNavigationBar.CancelableEditModeEventArgs)
See Also