C# 클래스 ThemeEditor.WPF.Markup.DragDropBehaviour

파일 보기 프로젝트 열기: usagirei/3DS-Theme-Editor

공개 프로퍼티들

프로퍼티 타입 설명
DragDropCommandProperty System.Windows.DependencyProperty
DragEnterCommandProperty System.Windows.DependencyProperty

공개 메소드들

메소드 설명
GetDragDropCommand ( DependencyObject element ) : ICommand
GetDragEnterCommand ( DependencyObject element ) : ICommand
SetDragDropCommand ( DependencyObject element, ICommand value ) : void
SetDragEnterCommand ( DependencyObject element, ICommand value ) : void

비공개 메소드들

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

메소드 상세

GetDragDropCommand() 공개 정적인 메소드

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

GetDragEnterCommand() 공개 정적인 메소드

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

SetDragDropCommand() 공개 정적인 메소드

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

SetDragEnterCommand() 공개 정적인 메소드

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

프로퍼티 상세

DragDropCommandProperty 공개적으로 정적으로 프로퍼티

public static DependencyProperty,System.Windows DragDropCommandProperty
리턴 System.Windows.DependencyProperty

DragEnterCommandProperty 공개적으로 정적으로 프로퍼티

public static DependencyProperty,System.Windows DragEnterCommandProperty
리턴 System.Windows.DependencyProperty