Click or drag to resize

AssetResourceConflictDialog Class

Interaction logic for AssetResourceConflictDialog.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.Visuals.AssetsAssetResourceConflictDialog

Namespace: Demo3D.Visuals.Assets
Assembly: Demo3D.Core (in Demo3D.Core.dll) Version: 19.00.00
Syntax
C#
public class AssetResourceConflictDialog : Window, 
	IComponentConnector

The AssetResourceConflictDialog type exposes the following members.

Constructors
 NameDescription
Public methodAssetResourceConflictDialog Initializes a new instance of the AssetResourceConflictDialog class.
Top
Methods
 NameDescription
Public methodInitializeComponent InitializeComponent
Protected methodOnActivated Switches to a normal cursor (instead of a wait cursor) when the dialog is shown.
(Overrides WindowOnActivated(EventArgs))
Protected methodOnClosing Switches back to whichever cursor was being used before the dialog was opened.
(Overrides WindowOnClosing(CancelEventArgs))
Top
See Also