Click or drag to resize

CommitUncommittedChangesDialog Class

Interaction logic for CommitUncommittedChangesDialog.xaml
Inheritance Hierarchy
SystemObject
  System.Windows.ThreadingDispatcherObject
    System.WindowsDependencyObject
      System.Windows.MediaVisual
        System.WindowsUIElement
          System.WindowsFrameworkElement
            System.Windows.ControlsControl
              System.Windows.ControlsContentControl
                System.WindowsWindow
                  Demo3D.Gui.VersionControlCommitUncommittedChangesDialog

Namespace: Demo3D.Gui.VersionControl
Assembly: WpfControls (in WpfControls.dll) Version: 19.00.00
Syntax
C#
public class CommitUncommittedChangesDialog : Window, 
	IComponentConnector

The CommitUncommittedChangesDialog type exposes the following members.

Constructors
 NameDescription
Public methodCommitUncommittedChangesDialogInitializes a new instance of the CommitUncommittedChangesDialog class
Top
Properties
 NameDescription
Public propertyDoNotShowAgain Whether the user selected the "Don't show this message again" option.
Top
Methods
 NameDescription
Public methodInitializeComponent InitializeComponent
Top
See Also