C# Класс Quasar.Samples.DragDropSourceData

Наследование: INotifyPropertyChanged
Показать файл Открыть проект

Открытые методы

Метод Описание
DragDropSourceData ( System.Windows.Media.Brush background, System.Windows.Media.Brush border, Point location ) : System

Защищенные методы

Метод Описание
OnNotifyPropertyChanged ( PropertyChangedEventArgs e ) : void

Raises the E:NotifyPropertyChanged event.

OnNotifyPropertyChanged ( string name ) : void

Raises the E:NotifyPropertyChanged event.

Описание методов

DragDropSourceData() публичный Метод

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
Результат System

OnNotifyPropertyChanged() защищенный Метод

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.
Результат void

OnNotifyPropertyChanged() защищенный Метод

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.
Результат void