Click or drag to resize

NodeCunningUserControl class

Interaction logic for NodeListUserControl.xaml
Inheritance hierarchy
SystemObject
  System.Windows.ThreadingDispatcherObject
    System.WindowsDependencyObject
      System.Windows.MediaVisual
        System.WindowsUIElement
          System.WindowsFrameworkElement
            System.Windows.ControlsControl
              System.Windows.ControlsContentControl
                System.Windows.ControlsUserControl
                  Vishnu.ViewModelDynamicUserControlBase
                    Vishnu.UserControlsNodeListUserControl

Namespace: Vishnu.UserControls
Assembly: NodeListUserControl (in NodeListUserControl.dll) Version: 1.0.0+df0404e911d6c38eaed3bb1bb1acfc482d417643
Syntax
public class NodeListUserControl : DynamicUserControlBase,
	 
	IComponentConnector, IStyleConnector

The NodeListUserControl Type exposes the following members.

Constructors
 NameDescription of the
Public MethodNodeListUserControl Standard constructor.
Back to the top
Properties
 NameDescription of the
Public PropertyUserResultViewModel Adopts the current, specific DataContext for Vishnu as IVishnuViewModel.
(Inherited from DynamicUserControlBase)
Back to the top
Methods
 NameDescription of the
Public MethodDispose Public method for cleaning up.
(Inherited from DynamicUserControlBase)
Protected MethodDispose(Boolean) Clean up here: calls Dispose() for all user elements that are disposable.
(Inherited from DynamicUserControlBase)
Protected MethodDoDispose The actions required for disposing are carried out here.
(Inherited from DynamicUserControlBase)
Protected MethodFinalise Finaliser: is called by the GarbageCollector.
(Inherited from DynamicUserControlBase)
Public MethodGetParentViewAbsoluteScreenPosition Absolute screen position of the centre of the containing control.
(Inherited from DynamicUserControlBase)
Protected MethodGetUserResultViewModel Abstract definition of GetUserResultViewModel: must be overwritten for specific application.
(Inherited from DynamicUserControlBase)
Public MethodInitializeComponent InitializeComponent
Protected MethodOnDynamicUserControl_ContentRendered Triggers the OnDynamicUserControl_ContentRendered event.
(Inherited from DynamicUserControlBase)
Protected MethodSetContextMenuDataContext Sets the specific DataContext for the ContextMenu. Can be overwritten (example: LogicalTaskJobGroupsControl.xaml.cs).
(Inherited from DynamicUserControlBase)
Back to the top
Events
 NameDescription of the
Public EventDynamicUserControl_ContentRendered Standard handler for mounting the WPF event system in the registered event DynamicUserControl_ContentRenderedEvent.
(Inherited from DynamicUserControlBase)
Back to the top
See also