TodoList Members
Represents the interaction logic for TodoList.xaml
The following tables list the members exposed by the TodoList type.
Public Constructors
Name | Description | |
---|---|---|
TodoList | Overloaded. |
Top
Public Fields
(see also Protected Fields)
Name | Description | |
---|---|---|
CurrentContext | Stores the current UII context values (inherited from DynamicsBaseHostedControl) | |
thisApplication | (inherited from DynamicsBaseHostedControl) |
Top
Protected Fields
Name | Description | |
---|---|---|
_client | (inherited from DynamicsBaseHostedControl) | |
_crmWebResource | (inherited from DynamicsBaseHostedControl) | |
actions | Specifies a dictionary of associated actions (inherited from HostedWpfControl) | |
actionsByID | Specifies a dictionary of associated actions. (inherited from HostedWpfControl) | |
CRMWindowRouter | (inherited from DynamicsBaseHostedControl) | |
desktopAccess | A reference to the IDesktopUserActions interface that provides access to some basic session management functions. (inherited from DynamicsBaseHostedControl) | |
InitString | Initialization string that contains information about the control. (inherited from DynamicsBaseHostedControl) | |
thisSessionId | (inherited from DynamicsBaseHostedControl) | |
UIThread | (inherited from DynamicsBaseHostedControl) |
Top
Public Properties
(see also Protected Properties)
Name | Description | |
---|---|---|
ActualHeight | (inherited from FrameworkElement) | |
ActualWidth | (inherited from FrameworkElement) | |
AgentID | Gets or sets the agent ID. (inherited from HostedWpfControl) | |
AllowDrop | (inherited from UIElement) | |
AppHostWorkItem | Gets or sets the application host work item. (inherited from HostedWpfControl) | |
ApplicationID | Gets the unique id for this hosted application. (inherited from HostedWpfControl) | |
ApplicationName | Gets the name of the hosted application. (inherited from HostedWpfControl) | |
AreAnyTouchesCaptured | (inherited from UIElement) | |
AreAnyTouchesCapturedWithin | (inherited from UIElement) | |
AreAnyTouchesDirectlyOver | (inherited from UIElement) | |
AreAnyTouchesOver | (inherited from UIElement) | |
Background | (inherited from Control) | |
BindingGroup | (inherited from FrameworkElement) | |
BitmapEffect | Obsolete. (inherited from UIElement) | |
BitmapEffectInput | Obsolete. (inherited from UIElement) | |
BorderBrush | (inherited from Control) | |
BorderThickness | (inherited from Control) | |
CacheMode | (inherited from UIElement) | |
CanEmbed | Gets a Boolean value that specifies whether the application can be hosted within the UII panels. (inherited from HostedWpfControl) | |
Clip | (inherited from UIElement) | |
ClipToBounds | (inherited from UIElement) | |
CommandBindings | (inherited from UIElement) | |
ConfigurationReader | Gets or set the hosted controls configuration value reader object. (inherited from HostedWpfControl) | |
Content | (inherited from ContentControl) | |
ContentStringFormat | (inherited from ContentControl) | |
ContentTemplate | (inherited from ContentControl) | |
ContentTemplateSelector | (inherited from ContentControl) | |
Context | Gets or sets the session-wide context. Modifying this also notifies other applications of the context change. (inherited from HostedWpfControl) | |
ContextMenu | (inherited from FrameworkElement) | |
Cursor | (inherited from FrameworkElement) | |
DataContext | (inherited from FrameworkElement) | |
DependencyObjectType | (inherited from DependencyObject) | |
DesiredSize | (inherited from UIElement) | |
Dispatcher | (inherited from DispatcherObject) | |
DisplayGroup | Gets the name of the UII panel this application is hosted within. (inherited from HostedWpfControl) | |
DisplayName | Gets or sets the name of the control. (inherited from DynamicsBaseHostedControl) | |
DragTarget | Gets the drag target. | |
Effect | (inherited from UIElement) | |
EnableAutoSignOn | Gets the Boolean value that specifies whether auto sign on is enabled. (inherited from HostedWpfControl) | |
FlowDirection | (inherited from FrameworkElement) | |
Focusable | (inherited from UIElement) | |
FocusVisualStyle | (inherited from FrameworkElement) | |
FontFamily | (inherited from Control) | |
FontSize | (inherited from Control) | |
FontStretch | (inherited from Control) | |
FontStyle | (inherited from Control) | |
FontWeight | (inherited from Control) | |
ForceCursor | (inherited from FrameworkElement) | |
Foreground | (inherited from Control) | |
HasAnimatedProperties | (inherited from UIElement) | |
HasContent | (inherited from ContentControl) | |
Height | (inherited from FrameworkElement) | |
HorizontalAlignment | (inherited from FrameworkElement) | |
HorizontalContentAlignment | (inherited from Control) | |
Icon | Gets or sets the icone. Obsolete. (inherited from HostedWpfControl) | |
ImageSource | Gets or sets the image source. (inherited from HostedWpfControl) | |
ImplementedAsCcf20 | Gets a Boolean value that specifies whether the system runs certain routines as CCF 2.0 or prior. (inherited from HostedWpfControl) | |
InputBindings | (inherited from UIElement) | |
InputScope | (inherited from FrameworkElement) | |
IsAdapterSessionController | Gets a boolean value that specifies whether the adapter is a session controller. (inherited from HostedWpfControl) | |
IsArrangeValid | (inherited from UIElement) | |
IsDynamic | Gets or sets a Boolean value that specifies whether this instance is dynamic. (inherited from HostedWpfControl) | |
IsEnabled | (inherited from UIElement) | |
IsFocused | (inherited from UIElement) | |
IsGlobal | Gets or sets a Boolean value that specifies whether the hosted application is global. (inherited from HostedWpfControl) | |
IsHitTestVisible | (inherited from UIElement) | |
IsInitialized | (inherited from FrameworkElement) | |
IsInputMethodEnabled | (inherited from UIElement) | |
IsKeyboardFocused | (inherited from UIElement) | |
IsKeyboardFocusWithin | (inherited from UIElement) | |
IsListed | Gets a Boolean value that specifies whether the application is listed in SessionExplorer or CurrentSessionUI (inherited from HostedWpfControl) | |
IsLoaded | (inherited from FrameworkElement) | |
IsManipulationEnabled | (inherited from UIElement) | |
IsMeasureValid | (inherited from UIElement) | |
IsMouseCaptured | (inherited from UIElement) | |
IsMouseCaptureWithin | (inherited from UIElement) | |
IsMouseDirectlyOver | (inherited from UIElement) | |
IsMouseOver | (inherited from UIElement) | |
IsNavigating | Gets a Boolean value that specifies whether the application is changing its state. (inherited from HostedWpfControl) | |
IsSealed | (inherited from DependencyObject) | |
IsStylusCaptured | (inherited from UIElement) | |
IsStylusCaptureWithin | (inherited from UIElement) | |
IsStylusDirectlyOver | (inherited from UIElement) | |
IsStylusOver | (inherited from UIElement) | |
IsTabStop | (inherited from Control) | |
IsTagged | Gets or sets a Boolean value that specifies whether the application is dependent on workflow. (inherited from HostedWpfControl) | |
IsVisible | (inherited from UIElement) | |
Language | (inherited from FrameworkElement) | |
LayoutTransform | (inherited from FrameworkElement) | |
localSession | Gets or sets a reference to the session where this control exists. The session reference is used as input to many Global Manager functions. (inherited from DynamicsBaseHostedControl) | |
Margin | (inherited from FrameworkElement) | |
MaxHeight | (inherited from FrameworkElement) | |
MaxWidth | (inherited from FrameworkElement) | |
MinHeight | (inherited from FrameworkElement) | |
MinimumSize | Gets or sets the minimum size up to which the control can be resized. (inherited from HostedWpfControl) | |
MinWidth | (inherited from FrameworkElement) | |
Name | (inherited from FrameworkElement) | |
Opacity | (inherited from UIElement) | |
OpacityMask | (inherited from UIElement) | |
OptimumSize | Gets the size the optimum size of the application’s window. (inherited from HostedWpfControl) | |
OverridesDefaultStyle | (inherited from FrameworkElement) | |
Padding | (inherited from Control) | |
Parent | (inherited from FrameworkElement) | |
PersistId | Obsolete. (inherited from UIElement) | |
RenderSize | (inherited from UIElement) | |
RenderTransform | (inherited from UIElement) | |
RenderTransformOrigin | (inherited from UIElement) | |
Resources | (inherited from FrameworkElement) | |
SessionManager | Overridden. Sets the session manager reference. (inherited from HostedWpfControl) | |
SnapsToDevicePixels | (inherited from UIElement) | |
Style | (inherited from FrameworkElement) | |
TabIndex | (inherited from Control) | |
Tag | (inherited from FrameworkElement) | |
Template | (inherited from Control) | |
TemplatedParent | (inherited from FrameworkElement) | |
Text | Gets or sets the text for the window or tab control containing this application. (inherited from HostedWpfControl) | |
ToolTip | (inherited from FrameworkElement) | |
TopLevelWindow | Gets the top level window of this hosted app. Obsolete. (inherited from HostedWpfControl) | |
TopLevelWpfWindow | Gets the top level wpf window of the hosted application. (inherited from HostedWpfControl) | |
TouchesCaptured | (inherited from UIElement) | |
TouchesCapturedWithin | (inherited from UIElement) | |
TouchesDirectlyOver | (inherited from UIElement) | |
TouchesOver | (inherited from UIElement) | |
Triggers | (inherited from FrameworkElement) | |
Uid | (inherited from UIElement) | |
UseLayoutRounding | (inherited from FrameworkElement) | |
UserCanClose | Gets or sets whether a user can close the control. (inherited from DynamicsBaseHostedControl) | |
VerticalAlignment | (inherited from FrameworkElement) | |
VerticalContentAlignment | (inherited from Control) | |
Visibility | (inherited from UIElement) | |
Width | (inherited from FrameworkElement) |
Top
Protected Properties
Name | Description | |
---|---|---|
controlHeader | Gets or sets the control header. (inherited from DynamicsBaseHostedControl) | |
IsEnabledCore | (inherited from UIElement) | |
localSessionManager | Gets or sets a reference to the session manager. localSession is one of the sessions contained in the session manager. (inherited from DynamicsBaseHostedControl) | |
StylusPlugIns | (inherited from UIElement) | |
VisualChildrenCount | Overridden. (inherited from Visual) | |
VisualParent | (inherited from Visual) |
Top
Public Methods
(see also Protected Methods)
Name | Description | |
---|---|---|
AddAction | Adds an action for use from one application or the UII core to this application. (inherited from HostedWpfControl) | |
AddHandler | (inherited from UIElement) | |
AddHandler | (inherited from UIElement) | |
AddToEventRoute | (inherited from UIElement) | |
ApplyAnimationClock | (inherited from UIElement) | |
ApplyAnimationClock | (inherited from UIElement) | |
ApplyTemplate | (inherited from FrameworkElement) | |
Arrange | (inherited from UIElement) | |
BeginAnimation | (inherited from UIElement) | |
BeginAnimation | (inherited from UIElement) | |
BeginInit | (inherited from FrameworkElement) | |
BeginStoryboard | (inherited from FrameworkElement) | |
BeginStoryboard | (inherited from FrameworkElement) | |
BeginStoryboard | (inherited from FrameworkElement) | |
BringIntoView | (inherited from FrameworkElement) | |
BringIntoView | (inherited from FrameworkElement) | |
CaptureMouse | (inherited from UIElement) | |
CaptureStylus | (inherited from UIElement) | |
CaptureTouch | (inherited from UIElement) | |
CheckAccess | (inherited from DispatcherObject) | |
ClearValue | (inherited from DependencyObject) | |
ClearValue | (inherited from DependencyObject) | |
Close | Overridden. Cleans up this control before removing it from the UI. (inherited from HostedWpfControl) | |
CoerceValue | (inherited from DependencyObject) | |
DeparentIE | Used by an obselete workaround for SetParent use in User Interface Integration (UII). Obsolete. (inherited from DynamicsBaseHostedControl) | |
DesktopLoadingComplete | Allows a global hosted control to get notification about the desktop loading being completed. (inherited from DynamicsBaseHostedControl) | |
DoAction | Overloaded. (inherited from HostedWpfControl) | |
DoActionCanExecute | (inherited from DynamicsBaseHostedControl) | |
DoActionExecuted | (inherited from DynamicsBaseHostedControl) | |
DoDefaultAction | Performs this hosted application's default action, if there is one. (inherited from HostedWpfControl) | |
EndInit | (inherited from FrameworkElement) | |
Equals | Overridden. (inherited from Object) | |
ErrorMsg | Displays the error message. (inherited from HostedWpfControl) | |
ExecuteActions | Overloaded. (inherited from DynamicsBaseHostedControl) | |
FindCommonVisualAncestor | (inherited from Visual) | |
FindName | (inherited from FrameworkElement) | |
FindResource | (inherited from FrameworkElement) | |
FireChangeContext | Informs all the other applications that the context has changed. (inherited from HostedWpfControl) | |
FireEvent | Overloaded. Fires an event on the hosted control. (inherited from DynamicsBaseHostedControl) | |
FireRequestAction | Sends a request to perform some action to another application. (inherited from HostedWpfControl) | |
Focus | (inherited from UIElement) | |
GetAnimationBaseValue | (inherited from UIElement) | |
GetBindingExpression | (inherited from FrameworkElement) | |
GetHashCode | Overridden. (inherited from Object) | |
GetIconList | Gets the list of icons. (inherited from HostedWpfControl) | |
GetImageSourceList | Gets the list of image source. (inherited from HostedWpfControl) | |
GetLocalValueEnumerator | (inherited from DependencyObject) | |
GetStateData | Gets the application state data. (inherited from HostedWpfControl) | |
GetType | (inherited from Object) | |
GetValue | (inherited from DependencyObject) | |
HandleRequestAction | This is for internal UII use only. Please do not use directly. Public visibility necessary for CAB integration. (inherited from HostedWpfControl) | |
HandleRequestDefaultAction | This is for internal UII use only. Please do not use directly. Public visibility necessary for CAB integration. (inherited from HostedWpfControl) | |
Initialize | Overridden. Initialize function called by UII when a hosted control is loaded (inherited from HostedWpfControl) | |
InitializeComponent | Initializes the components. | |
InputHitTest | (inherited from UIElement) | |
InvalidateArrange | (inherited from UIElement) | |
InvalidateMeasure | (inherited from UIElement) | |
InvalidateProperty | (inherited from DependencyObject) | |
InvalidateVisual | (inherited from UIElement) | |
IsAncestorOf | (inherited from Visual) | |
IsDescendantOf | (inherited from Visual) | |
Measure | (inherited from UIElement) | |
MoveFocus | Overridden. (inherited from UIElement) | |
NotifyContextChange | Overridden. UII function that provides notification whenever Replacement parameters or the context have changed. This function is called frequently so no long running code should be placed into this override. It is recommended that you avoid using this override except when it is absolutely necessary. (inherited from HostedWpfControl) | |
NotifyContextChange | Overloaded. (inherited from HostedWpfControl) | |
OnApplyTemplate | (inherited from FrameworkElement) | |
PointFromScreen | (inherited from Visual) | |
PointToScreen | (inherited from Visual) | |
PredictFocus | Overridden. (inherited from UIElement) | |
RaiseEvent | (inherited from UIElement) | |
ReadLocalValue | (inherited from DependencyObject) | |
RegisterName | (inherited from FrameworkElement) | |
ReleaseAllTouchCaptures | (inherited from UIElement) | |
ReleaseMouseCapture | (inherited from UIElement) | |
ReleaseStylusCapture | (inherited from UIElement) | |
ReleaseTouchCapture | (inherited from UIElement) | |
RemoveHandler | (inherited from UIElement) | |
ReparentIE | Obsolete. (inherited from DynamicsBaseHostedControl) | |
SessionChange | Activates or deactivates the session. Not called for non-global applications. (inherited from HostedWpfControl) | |
SetBinding | (inherited from FrameworkElement) | |
SetBinding | (inherited from FrameworkElement) | |
SetContext | Overloaded. (inherited from HostedWpfControl) | |
SetCurrentValue | (inherited from DependencyObject) | |
SetDesktopUserActionsAccess | System calls this function to set the IDesktopUserActions interface. (inherited from DynamicsBaseHostedControl) | |
SetResourceReference | (inherited from FrameworkElement) | |
SetStateData | Sets the StateData ofthe controls (inherited from HostedWpfControl) | |
SetValue | (inherited from DependencyObject) | |
SetValue | (inherited from DependencyObject) | |
ShouldSerializeCommandBindings | (inherited from UIElement) | |
ShouldSerializeContent | (inherited from ContentControl) | |
ShouldSerializeInputBindings | (inherited from UIElement) | |
ShouldSerializeResources | (inherited from FrameworkElement) | |
ShouldSerializeStyle | (inherited from FrameworkElement) | |
ShouldSerializeTriggers | (inherited from FrameworkElement) | |
ToString | Overridden. (inherited from Object) | |
TransformToAncestor | (inherited from Visual) | |
TransformToAncestor | (inherited from Visual) | |
TransformToDescendant | (inherited from Visual) | |
TransformToVisual | (inherited from Visual) | |
TranslatePoint | (inherited from UIElement) | |
TryFindResource | (inherited from FrameworkElement) | |
UnregisterName | (inherited from FrameworkElement) | |
UpdateLayout | (inherited from UIElement) | |
USDDynamicInitialize | Special initialization method that is invoked every time an instance of this control is created. (inherited from DynamicsBaseHostedControl) | |
VerifyAccess | (inherited from DispatcherObject) |
Top
Protected Methods
Name | Description | |
---|---|---|
AddChild | (inherited from ContentControl) | |
AddImplicitAction | Adds an implicit action. (inherited from HostedWpfControl) | |
AddText | (inherited from ContentControl) | |
AddVisualChild | (inherited from Visual) | |
ArrangeCore | Overridden. (inherited from UIElement) | |
ArrangeOverride | Overridden. (inherited from FrameworkElement) | |
BlockPopupErrors | Blocks the pop up errors. (inherited from DynamicsBaseHostedControl) | |
CheckButtonStates | (inherited from DynamicsBaseHostedControl) | |
CheckControlHeaderVisibility | Checks whether it is an appropriate time to show the control header. Derived classes may call this to update the visibility based on actions taken in the derived class. (inherited from DynamicsBaseHostedControl) | |
CRMWindowRouter_DesktopReady | Occurs on startup when all the desktop initialization in Unified Service Desk has completed and the connections to Microsoft Dynamics CRM have been established. (inherited from DynamicsBaseHostedControl) | |
DesktopReady | Occurs on startup when all the desktop initialization in Unified Service Desk has completed and the connections to Microsoft Dynamics CRM have been established. (inherited from DynamicsBaseHostedControl) | |
DoAction | Overridden. Called by UII whenever an action is about to be performed on the application. | |
Finalize | (inherited from Object) | |
GetApp | Obtains a reference to the specified hosted control by name, on the same session as this hosted control. (inherited from DynamicsBaseHostedControl) | |
GetConfigurationValue | (inherited from DynamicsBaseHostedControl) | |
GetDesktopRecord | Retrieves the DynamicsCustomerRecord which contains all the data about the current customer. (inherited from DynamicsBaseHostedControl) | |
GetLayoutClip | Overridden. (inherited from UIElement) | |
GetVisualChild | Overridden. (inherited from Visual) | |
HandleShowTab | (inherited from DynamicsBaseHostedControl) | |
HitTestCore | Overridden. (inherited from Visual) | |
HitTestCore | Overridden. (inherited from Visual) | |
MeasureCore | Overridden. (inherited from UIElement) | |
MeasureOverride | Overridden. (inherited from FrameworkElement) | |
MemberwiseClone | (inherited from Object) | |
OnAccessKey | (inherited from UIElement) | |
OnChildDesiredSizeChanged | (inherited from UIElement) | |
OnContentChanged | (inherited from ContentControl) | |
OnContentStringFormatChanged | (inherited from ContentControl) | |
OnContentTemplateChanged | (inherited from ContentControl) | |
OnContentTemplateSelectorChanged | (inherited from ContentControl) | |
OnContextMenuClosing | (inherited from FrameworkElement) | |
OnContextMenuOpening | (inherited from FrameworkElement) | |
OnCreateAutomationPeer | Overridden. (inherited from UIElement) | |
OnDragEnter | (inherited from UIElement) | |
OnDragLeave | (inherited from UIElement) | |
OnDragOver | (inherited from UIElement) | |
OnDrop | (inherited from UIElement) | |
OnGiveFeedback | (inherited from UIElement) | |
OnGotFocus | Overridden. (inherited from UIElement) | |
OnGotKeyboardFocus | (inherited from UIElement) | |
OnGotMouseCapture | (inherited from UIElement) | |
OnGotStylusCapture | (inherited from UIElement) | |
OnGotTouchCapture | (inherited from UIElement) | |
OnInitialized | (inherited from FrameworkElement) | |
OnIsKeyboardFocusedChanged | (inherited from UIElement) | |
OnIsKeyboardFocusWithinChanged | (inherited from UIElement) | |
OnIsMouseCapturedChanged | (inherited from UIElement) | |
OnIsMouseCaptureWithinChanged | (inherited from UIElement) | |
OnIsMouseDirectlyOverChanged | (inherited from UIElement) | |
OnIsStylusCapturedChanged | (inherited from UIElement) | |
OnIsStylusCaptureWithinChanged | (inherited from UIElement) | |
OnIsStylusDirectlyOverChanged | (inherited from UIElement) | |
OnKeyDown | (inherited from UIElement) | |
OnKeyUp | (inherited from UIElement) | |
OnLostFocus | (inherited from UIElement) | |
OnLostKeyboardFocus | (inherited from UIElement) | |
OnLostMouseCapture | (inherited from UIElement) | |
OnLostStylusCapture | (inherited from UIElement) | |
OnLostTouchCapture | (inherited from UIElement) | |
OnManipulationBoundaryFeedback | (inherited from UIElement) | |
OnManipulationCompleted | (inherited from UIElement) | |
OnManipulationDelta | (inherited from UIElement) | |
OnManipulationInertiaStarting | (inherited from UIElement) | |
OnManipulationStarted | (inherited from UIElement) | |
OnManipulationStarting | (inherited from UIElement) | |
OnMouseDoubleClick | (inherited from Control) | |
OnMouseDown | (inherited from UIElement) | |
OnMouseEnter | (inherited from UIElement) | |
OnMouseLeave | (inherited from UIElement) | |
OnMouseLeftButtonDown | (inherited from UIElement) | |
OnMouseLeftButtonUp | (inherited from UIElement) | |
OnMouseMove | (inherited from UIElement) | |
OnMouseRightButtonDown | (inherited from UIElement) | |
OnMouseRightButtonUp | (inherited from UIElement) | |
OnMouseUp | (inherited from UIElement) | |
OnMouseWheel | (inherited from UIElement) | |
OnPreviewDragEnter | (inherited from UIElement) | |
OnPreviewDragLeave | (inherited from UIElement) | |
OnPreviewDragOver | (inherited from UIElement) | |
OnPreviewDrop | (inherited from UIElement) | |
OnPreviewGiveFeedback | (inherited from UIElement) | |
OnPreviewGotKeyboardFocus | (inherited from UIElement) | |
OnPreviewKeyDown | (inherited from UIElement) | |
OnPreviewKeyUp | (inherited from UIElement) | |
OnPreviewLostKeyboardFocus | (inherited from UIElement) | |
OnPreviewMouseDoubleClick | (inherited from Control) | |
OnPreviewMouseDown | (inherited from UIElement) | |
OnPreviewMouseLeftButtonDown | (inherited from UIElement) | |
OnPreviewMouseLeftButtonUp | (inherited from UIElement) | |
OnPreviewMouseMove | (inherited from UIElement) | |
OnPreviewMouseRightButtonDown | (inherited from UIElement) | |
OnPreviewMouseRightButtonUp | (inherited from UIElement) | |
OnPreviewMouseUp | (inherited from UIElement) | |
OnPreviewMouseWheel | (inherited from UIElement) | |
OnPreviewQueryContinueDrag | (inherited from UIElement) | |
OnPreviewStylusButtonDown | (inherited from UIElement) | |
OnPreviewStylusButtonUp | (inherited from UIElement) | |
OnPreviewStylusDown | (inherited from UIElement) | |
OnPreviewStylusInAirMove | (inherited from UIElement) | |
OnPreviewStylusInRange | (inherited from UIElement) | |
OnPreviewStylusMove | (inherited from UIElement) | |
OnPreviewStylusOutOfRange | (inherited from UIElement) | |
OnPreviewStylusSystemGesture | (inherited from UIElement) | |
OnPreviewStylusUp | (inherited from UIElement) | |
OnPreviewTextInput | (inherited from UIElement) | |
OnPreviewTouchDown | (inherited from UIElement) | |
OnPreviewTouchMove | (inherited from UIElement) | |
OnPreviewTouchUp | (inherited from UIElement) | |
OnPropertyChanged | Overridden. (inherited from DependencyObject) | |
OnQueryContinueDrag | (inherited from UIElement) | |
OnQueryCursor | (inherited from UIElement) | |
OnRender | (inherited from UIElement) | |
OnStylusButtonDown | (inherited from UIElement) | |
OnStylusButtonUp | (inherited from UIElement) | |
OnStylusDown | (inherited from UIElement) | |
OnStylusEnter | (inherited from UIElement) | |
OnStylusInAirMove | (inherited from UIElement) | |
OnStylusInRange | (inherited from UIElement) | |
OnStylusLeave | (inherited from UIElement) | |
OnStylusMove | (inherited from UIElement) | |
OnStylusOutOfRange | (inherited from UIElement) | |
OnStylusSystemGesture | (inherited from UIElement) | |
OnStylusUp | (inherited from UIElement) | |
OnTemplateChanged | (inherited from Control) | |
OnTextInput | (inherited from UIElement) | |
OnToolTipClosing | (inherited from FrameworkElement) | |
OnToolTipOpening | (inherited from FrameworkElement) | |
OnTouchDown | (inherited from UIElement) | |
OnTouchEnter | (inherited from UIElement) | |
OnTouchLeave | (inherited from UIElement) | |
OnTouchMove | (inherited from UIElement) | |
OnTouchUp | (inherited from UIElement) | |
OnVisualParentChanged | Overridden. (inherited from FrameworkElement) | |
PopulateToolbars | The control writer should call PopulateToolbars passing a reference to their ToolbarTray. This function will read the configuration and populate the buttons based on the toolbar configuration assigned to this hosted control on the server. (inherited from DynamicsBaseHostedControl) | |
PostWindowRoute | An overridable function that DynamicsBaseHostedControl calls after it has routed a window in response to it's action handlers (new, open, etc). The base class version of this fires an event called "PopupRouted" so it can be handled in configuration. (inherited from DynamicsBaseHostedControl) | |
RemoveVisualChild | (inherited from Visual) | |
SessionCloseEvent | Override that is called when a session is closing. (inherited from DynamicsBaseHostedControl) | |
SessionCreatedEvent | Called by the system to indicate a session was created (inherited from DynamicsBaseHostedControl) | |
SessionHideEvent | Called by the system to indicate that a session is being hidden (inherited from DynamicsBaseHostedControl) | |
SessionShowEvent | Called by the system to indicate that a session is being shown (inherited from DynamicsBaseHostedControl) | |
SetVisualProperty | Set the visual properties such as height, width, and visibility of a hosted control. (inherited from DynamicsBaseHostedControl) | |
UIIEventCanExecute | (inherited from DynamicsBaseHostedControl) | |
UIIEventExecuted | (inherited from DynamicsBaseHostedControl) |
Top
Public Events
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
AddChild | (inherited from ContentControl) | |
AddText | (inherited from ContentControl) | |
Connect | ||
IsAmbientPropertyAvailable | (inherited from FrameworkElement) | |
LocalSession | Sets the local session. (inherited from DynamicsBaseHostedControl) |
Top
See Also
Reference
TodoList Class
Microsoft.Crm.UnifiedServiceDesk.Dynamics Namespace
Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.