C# Класс Microsoft.Phone.Controls.TransferControl

Наследование: System.Windows.Controls.ContentControl
Показать файл Открыть проект

Открытые методы

Метод Описание
OnApplyTemplate ( ) : void

Applies the context menu actions

TransferControl ( ) : System

The default constructor assigns the object a DataTemplate style and adds event listeners.

Приватные методы

Метод Описание
UpdateMonitor ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void

This function is called when the helper is set or updated. It passes the new helper into non-static context.

UpdateMonitor ( System.Windows.DependencyPropertyChangedEventArgs e ) : void

This updates the helper by subscribing to events and assigning the filename.

UpdateState ( object sender, PropertyChangedEventArgs args ) : void

Updates the visual state of the control

Описание методов

OnApplyTemplate() публичный Метод

Applies the context menu actions
public OnApplyTemplate ( ) : void
Результат void

TransferControl() публичный Метод

The default constructor assigns the object a DataTemplate style and adds event listeners.
public TransferControl ( ) : System
Результат System