C# Class Quasar.Samples.DragDropSourceData

Inheritance: INotifyPropertyChanged
Afficher le fichier Open project: indexzero/quasar

Méthodes publiques

Méthode Description
DragDropSourceData ( System.Windows.Media.Brush background, System.Windows.Media.Brush border, Point location ) : System

Méthodes protégées

Méthode Description
OnNotifyPropertyChanged ( PropertyChangedEventArgs e ) : void

Raises the E:NotifyPropertyChanged event.

OnNotifyPropertyChanged ( string name ) : void

Raises the E:NotifyPropertyChanged event.

Method Details

DragDropSourceData() public méthode

public DragDropSourceData ( System.Windows.Media.Brush background, System.Windows.Media.Brush border, Point location ) : System
background System.Windows.Media.Brush
border System.Windows.Media.Brush
location Point
Résultat System

OnNotifyPropertyChanged() protected méthode

Raises the E:NotifyPropertyChanged event.
Thrown when an argument is null.
protected OnNotifyPropertyChanged ( PropertyChangedEventArgs e ) : void
e System.ComponentModel.PropertyChangedEventArgs The instance containing the event data.
Résultat void

OnNotifyPropertyChanged() protected méthode

Raises the E:NotifyPropertyChanged event.
Thrown when an argument is null.
protected OnNotifyPropertyChanged ( string name ) : void
name string The name of the property that was changed.
Résultat void