C# Class Microsoft.Phone.Controls.TransferControl

Inheritance: System.Windows.Controls.ContentControl
ファイルを表示 Open project: Kinnara/WPToolkit

Public Methods

Method Description
OnApplyTemplate ( ) : void

Applies the context menu actions

TransferControl ( ) : System

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

Private Methods

Method Description
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

Method Details

OnApplyTemplate() public method

Applies the context menu actions
public OnApplyTemplate ( ) : void
return void

TransferControl() public method

The default constructor assigns the object a DataTemplate style and adds event listeners.
public TransferControl ( ) : System
return System