C# Class ICSharpCode.WpfDesign.Designer.Controls.DragListener

Afficher le fichier Open project: icsharpcode/WpfDesigner Class Usage Examples

Méthodes publiques

Méthode Description
DragListener ( IInputElement target ) : System
ExternalMouseMove ( System.Windows.Input.MouseEventArgs e ) : void
ExternalStart ( ) : void
ExternalStop ( ) : void

Private Methods

Méthode Description
Complete ( ) : void
DragListener ( ) : System
PostProcessInput ( object sender, System.Windows.Input.ProcessInputEventArgs e ) : void
Target_MouseDown ( object sender, System.Windows.Input.MouseButtonEventArgs e ) : void
Target_MouseMove ( object sender, System.Windows.Input.MouseEventArgs e ) : void
Target_MouseUp ( object sender, System.Windows.Input.MouseButtonEventArgs e ) : void

Method Details

DragListener() public méthode

public DragListener ( IInputElement target ) : System
target IInputElement
Résultat System

ExternalMouseMove() public méthode

public ExternalMouseMove ( System.Windows.Input.MouseEventArgs e ) : void
e System.Windows.Input.MouseEventArgs
Résultat void

ExternalStart() public méthode

public ExternalStart ( ) : void
Résultat void

ExternalStop() public méthode

public ExternalStop ( ) : void
Résultat void