Click or drag to resize

JobConnectorUserControl methods

The JobConnectorUserControl Type exposes the following members.

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
See also