ESRI.ArcLogistics.App.Pages.DriversPage.CancelObjectEditing()

Here are the examples of the csharp api class ESRI.ArcLogistics.App.Pages.DriversPage.CancelObjectEditing() taken from open source projects. By voting up you can indicate which examples are most useful and appropriate.

1 Example 7

1. Example

Project: route-planner-csharp
Source File: DriversPage.xaml.cs
private void DriversPage_Unloaded(object sender, RoutedEventArgs e)
        {
            ((MainWindow)App.Current.MainWindow).NavigationCalled -= DriversPage_NavigationCalled;

            this.CancelObjectEditing();
        }