C# Class SilverlightFX.UserInterface.DetailView

Inheritance: DataboundControl
Afficher le fichier Open project: nikhilk/silverlightfx

Méthodes publiques

Свойство Type Description
ItemContainerStyleProperty System.Windows.DependencyProperty
ItemTemplateProperty System.Windows.DependencyProperty
ItemTransitionProperty System.Windows.DependencyProperty

Méthodes publiques

Méthode Description
DetailView ( ) : System

Initializes an instance of a DetailView.

OnApplyTemplate ( ) : void

Méthodes protégées

Méthode Description
CreateDataList ( IEnumerable data ) : DataList
OnDataListChanged ( ) : void
OnDataListChanging ( ) : void
OnLoaded ( RoutedEventArgs e ) : void

Private Methods

Méthode Description
OnDataListPropertyChanged ( object sender, PropertyChangedEventArgs e ) : void
OnItemContainerStylePropertyChanged ( DependencyObject o, System.Windows.DependencyPropertyChangedEventArgs e ) : void
OnItemTemplatePropertyChanged ( DependencyObject o, System.Windows.DependencyPropertyChangedEventArgs e ) : void
OnItemTransitionCompleted ( object sender, EventArgs e ) : void
OnNextCommand ( object parameter ) : void
OnPreviousCommand ( object parameter ) : void
Update ( bool useTransition ) : void

Method Details

CreateDataList() protected méthode

protected CreateDataList ( IEnumerable data ) : DataList
data IEnumerable
Résultat System.Windows.Data.DataList

DetailView() public méthode

Initializes an instance of a DetailView.
public DetailView ( ) : System
Résultat System

OnApplyTemplate() public méthode

public OnApplyTemplate ( ) : void
Résultat void

OnDataListChanged() protected méthode

protected OnDataListChanged ( ) : void
Résultat void

OnDataListChanging() protected méthode

protected OnDataListChanging ( ) : void
Résultat void

OnLoaded() protected méthode

protected OnLoaded ( RoutedEventArgs e ) : void
e System.Windows.RoutedEventArgs
Résultat void

Property Details

ItemContainerStyleProperty public_oe static_oe property

Represents the ItemContainerStyle property on a ListView control.
public static DependencyProperty,System.Windows ItemContainerStyleProperty
Résultat System.Windows.DependencyProperty

ItemTemplateProperty public_oe static_oe property

Represents the ItemTemplate property on a ListView control.
public static DependencyProperty,System.Windows ItemTemplateProperty
Résultat System.Windows.DependencyProperty

ItemTransitionProperty public_oe static_oe property

Represents the ItemTransition property on a DetailView control.
public static DependencyProperty,System.Windows ItemTransitionProperty
Résultat System.Windows.DependencyProperty