C# Class ThemeEditor.WPF.Markup.DragDropBehaviour

Show file Open project: usagirei/3DS-Theme-Editor

Public Properties

Property Type Description
DragDropCommandProperty System.Windows.DependencyProperty
DragEnterCommandProperty System.Windows.DependencyProperty

Public Methods

Method Description
GetDragDropCommand ( DependencyObject element ) : ICommand
GetDragEnterCommand ( DependencyObject element ) : ICommand
SetDragDropCommand ( DependencyObject element, ICommand value ) : void
SetDragEnterCommand ( DependencyObject element, ICommand value ) : void

Private Methods

Method Description
OnDragEnter ( object sender, System.Windows.DragEventArgs args ) : void
OnDragEnterChanged ( DependencyObject elem, System.Windows.DependencyPropertyChangedEventArgs args ) : void
OnDrop ( object sender, System.Windows.DragEventArgs args ) : void
OnPreviewDropChanged ( DependencyObject elem, System.Windows.DependencyPropertyChangedEventArgs args ) : void

Method Details

GetDragDropCommand() public static method

public static GetDragDropCommand ( DependencyObject element ) : ICommand
element System.Windows.DependencyObject
return ICommand

GetDragEnterCommand() public static method

public static GetDragEnterCommand ( DependencyObject element ) : ICommand
element System.Windows.DependencyObject
return ICommand

SetDragDropCommand() public static method

public static SetDragDropCommand ( DependencyObject element, ICommand value ) : void
element System.Windows.DependencyObject
value ICommand
return void

SetDragEnterCommand() public static method

public static SetDragEnterCommand ( DependencyObject element, ICommand value ) : void
element System.Windows.DependencyObject
value ICommand
return void

Property Details

DragDropCommandProperty public static property

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

DragEnterCommandProperty public static property

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