The following tables list the members exposed by NavigationPathParseErrorEventArgs.
Name | Description | |
---|---|---|
NavigationPathParseErrorEventArgs Constructor | Creates a new instance of the SelectedLocationChangingEventArgs class. |
Name | Description | |
---|---|---|
DisplayErrorMessage | Gets/sets whether a MessageBox will be displayed to the end user to report the failed parsing operation. | |
ErrorMessage | Gets/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. | |
ErrorMessageCaption | Gets/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. | |
InvalidText | Returns the string that was not able to be parsed into a navigation path. | |
Path | Gets/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). | |
StayInEditMode | Gets/sets whether the edit mode session will continue after execution returns from the Infragistics.Win.Misc.UltraNavigationBar.NavigationPathParseError event. |