C# Class Yuhan.WPF.DragDrop.DragDropAdornerBase

Interaction logic for DragDropAdornerBase.xaml
Inheritance: System.Windows.Controls.UserControl
Datei anzeigen Open project: hansuky/Yuhan Class Usage Examples

Public Properties

Property Type Description
AdornerDropStateProperty System.Windows.DependencyProperty

Public Methods

Method Description
DragDropAdornerBase ( ) : System
DropStateChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void
StateChangedHandler ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void

Method Details

DragDropAdornerBase() public method

public DragDropAdornerBase ( ) : System
return System

DropStateChanged() public static method

public static DropStateChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void
d System.Windows.DependencyObject
e System.Windows.DependencyPropertyChangedEventArgs
return void

StateChangedHandler() public method

public StateChangedHandler ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void
d System.Windows.DependencyObject
e System.Windows.DependencyPropertyChangedEventArgs
return void

Property Details

AdornerDropStateProperty public_oe static_oe property

public static DependencyProperty,System.Windows AdornerDropStateProperty
return System.Windows.DependencyProperty