Dynamic |
The DynamicUserControlBase Type exposes the following members.
| Name | Description of the | |
|---|---|---|
| DynamicUserControlBase | Constructor - hooks into the LoadedEvent. |
| Name | Description of the | |
|---|---|---|
| UserResultViewModel | Adopts the current, specific DataContext for Vishnu as IVishnuViewModel. |
| Name | Description of the | |
|---|---|---|
| Dispose | Public method for cleaning up. | |
| Dispose(Boolean) | Clean up here: calls Dispose() for all user elements that are disposable. | |
| DoDispose | The actions required for disposing are carried out here. | |
| Finalise |
Finaliser: is called by the GarbageCollector.
(Overwrites ObjectFinalise) | |
| GetAttachedName | WPF getter for the AttachedNameProperty. | |
| GetParentViewAbsoluteScreenPosition | Absolute screen position of the centre of the containing control. | |
| GetUserResultViewModel | Abstract definition of GetUserResultViewModel: must be overwritten for specific application. | |
| OnDynamicUserControl_ContentRendered | Triggers the OnDynamicUserControl_ContentRendered event. | |
| SetAttachedName | WPF setter for the AttachedNameProperty. | |
| SetContextMenuDataContext | Sets the specific DataContext for the ContextMenu. Can be overwritten (example: LogicalTaskJobGroupsControl.xaml.cs). |
| Name | Description of the | |
|---|---|---|
| DynamicUserControl_ContentRendered | Standard handler for mounting the WPF event system in the registered event DynamicUserControl_ContentRenderedEvent. |
| Name | Description of the | |
|---|---|---|
| AttachedNameProperty | Additional name used to search for the control in the VisualTree (important for UserControls). | |
| DynamicUserControl_ContentRenderedEvent | Is triggered when the dynamically loaded control has been completely drawn. The user event is declared and registered here. |
| Name | Description of the | |
|---|---|---|
| AttachedName | Attached property (string) for an additional name of the UserControl. |