C# 클래스 Quasar.Samples.DragDropSourceData

상속: INotifyPropertyChanged
파일 보기 프로젝트 열기: indexzero/quasar

공개 메소드들

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