C# Class Quasar.Samples.DragDropSourceData

Inheritance: INotifyPropertyChanged
Show file Open project: indexzero/quasar

Public Methods

Method Description
DragDropSourceData ( System.Windows.Media.Brush background, System.Windows.Media.Brush border, Point location ) : System

Protected Methods

Method Description
OnNotifyPropertyChanged ( PropertyChangedEventArgs e ) : void

Raises the E:NotifyPropertyChanged event.

OnNotifyPropertyChanged ( string name ) : void

Raises the E:NotifyPropertyChanged event.

Method Details

DragDropSourceData() public method

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
return System

OnNotifyPropertyChanged() protected method

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.
return void

OnNotifyPropertyChanged() protected method

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.
return void