[Diese Dokumentation ist noch nicht fertig und kann sich bis zur entgültigen Version noch ändern.]
Die Ereignis-Parameter für Mausereignisse mit Editor-Koordinaten.

Namespace: DynamicNode.Ext.Visual
Assembly: DNVisual (in DNVisual.dll) Version: 1.3.4679.19811 (1.3.0.0)

Syntax

C#
public class EditorMouseEventArgs : MouseEventArgs
Visual Basic
Public Class EditorMouseEventArgs _
	Inherits MouseEventArgs
F#
type EditorMouseEventArgs =  
    class
        inherit MouseEventArgs
    end

Inheritance Hierarchy

System..::..Object
  System..::..EventArgs
    System.Windows.Forms..::..MouseEventArgs
      DynamicNode.Ext.Visual..::..EditorMouseEventArgs

See Also