C# 클래스 Microsoft.Phone.Controls.TransferControl

상속: System.Windows.Controls.ContentControl
파일 보기 프로젝트 열기: Kinnara/WPToolkit

공개 메소드들

메소드 설명
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