[Diese Dokumentation ist noch nicht fertig und kann sich bis zur entgültigen Version noch ändern.]
Assembly: DNExtObjects (in DNExtObjects.dll) Version: 1.1.4679.19819 (1.1.0.0)
Initialisiert eine neue Instanz von TypeDragEventArgs.
Namespace: DynamicNode.Ext.ObjectsAssembly: DNExtObjects (in DNExtObjects.dll) Version: 1.1.4679.19819 (1.1.0.0)
Syntax
C# |
---|
public TypeDragEventArgs( Type type, Control control ) |
Visual Basic |
---|
Public Sub New ( _ type As Type, _ control As Control _ ) |
F# |
---|
new : type:Type * control:Control -> TypeDragEventArgs |
Parameters
- type
- Type: System..::..Type
Der Type der aus dem Browser gezogen wurde.
- control
- Type: System.Windows.Forms..::..Control
Das Steuerelement bei dem die Drag&Drop-Operation beginnt.