Click or drag to resize

ConfirmDeleteAssetDialog Class

Interaction logic for Window1.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.AssetsConfirmDeleteAssetDialog

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

The ConfirmDeleteAssetDialog type exposes the following members.

Constructors
 NameDescription
Public methodConfirmDeleteAssetDialog Initializes a new instance of the ConfirmDeleteAssetDialog class.
Top
Properties
 NameDescription
Public propertyAssetName The name of the asset.
Top
Methods
 NameDescription
Public methodInitializeComponent InitializeComponent
Top
See Also