Click or drag to resize

DynamicUserControlBase methods

The DynamicUserControlBase Type exposes the following members.

Methods
 NameDescription of the
Public MethodDispose Public method for cleaning up.
Protected MethodDispose(Boolean) Clean up here: calls Dispose() for all user elements that are disposable.
Protected MethodDoDispose The actions required for disposing are carried out here.
Protected MethodFinalise Finaliser: is called by the GarbageCollector.
(Overwrites ObjectFinalise)
Public MethodStatic MemberGetAttachedName WPF getter for the AttachedNameProperty.
Public MethodGetParentViewAbsoluteScreenPosition Absolute screen position of the centre of the containing control.
Protected MethodGetUserResultViewModel Abstract definition of GetUserResultViewModel: must be overwritten for specific application.
Protected MethodOnDynamicUserControl_ContentRendered Triggers the OnDynamicUserControl_ContentRendered event.
Public MethodStatic MemberSetAttachedName WPF setter for the AttachedNameProperty.
Protected MethodSetContextMenuDataContext Sets the specific DataContext for the ContextMenu. Can be overwritten (example: LogicalTaskJobGroupsControl.xaml.cs).
Back to the top
See also