Version

NavigationPathParseErrorEventArgs Class Members

The following tables list the members exposed by NavigationPathParseErrorEventArgs.

Public Constructors
 NameDescription
Public ConstructorNavigationPathParseErrorEventArgs ConstructorCreates a new instance of the SelectedLocationChangingEventArgs class.  
Public Properties
 NameDescription
Public PropertyDisplayErrorMessageGets/sets whether a MessageBox will be displayed to the end user to report the failed parsing operation.  
Public PropertyErrorMessageGets/sets the string that will be displayed to the end user in a MessageBox, describing the reason the parsing operation failed. Applicable only when DisplayErrorMessage is set to true.  
Public PropertyErrorMessageCaptionGets/sets the string that will be assigned to the caption of the MessageBox that is displayed when a parsing operation has failed. Applicable only when DisplayErrorMessage is set to true.  
Public PropertyInvalidTextReturns the string that was not able to be parsed into a navigation path.  
Public PropertyPathGets/sets the string which represents the navigation path to be parsed. The value of this property can be changed by listeners, in which case the new value appears in the editor when execution returns from the event (provided that StayInEditMode property is set to true).  
Public PropertyStayInEditModeGets/sets whether the edit mode session will continue after execution returns from the Infragistics.Win.Misc.UltraNavigationBar.NavigationPathParseError event.  
See Also