Method | Description | |
---|---|---|
DragDropSourceData ( System.Windows.Media.Brush background, System.Windows.Media.Brush border, Point location ) : System |
Method | Description | |
---|---|---|
OnNotifyPropertyChanged ( |
Raises the E:NotifyPropertyChanged event.
|
|
OnNotifyPropertyChanged ( string name ) : void |
Raises the E:NotifyPropertyChanged event.
|
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 |
protected OnNotifyPropertyChanged ( |
||
e | The |
|
return | void |
protected OnNotifyPropertyChanged ( string name ) : void | ||
name | string | The name of the property that was changed. |
return | void |