Class FrameworkOnCanDropEventArgs
- Assembly
- FrameworkSystems.FrameworkStudio.DevFormBase.dll
Spezialisierung von FrameworkEventArgs.
public class FrameworkOnCanDropEventArgs : FrameworkEventArgs
- Inheritance
-
FrameworkOnCanDropEventArgs
- Inherited Members
Properties
- SourceControl
Das Quell-Control, an dem der DragDrop-Vorgang gestartet wurde.
- SourceControlName
Der Name des Quell-Controls, an dem der DragDrop-Vorgang gestartet wurde.
- SourceLink
Url des Links, falls es sich bei dem SourceControl um ein Browser-Control handelt.
- SourceNode
Gibt das Quell-Knotenobjekt zurück, falls es sich bei dem SourceControl um einen TreeView handelt.
- SourceNodePath
Gibt den Quell-Knotenpfad als Array von DevFrameworkObjects zurück, falls es sich bei dem SourceControl um einen TreeView handelt.
- SourceRowID
ObjectRowID des Datensatzes, falls es sich bei dem SourceControl um ein Grid handelt.
- SourceRowIndex
Index der Grid-Zeile, falls es sich bei dem SourceControl um ein Grid handelt.
- TargetControl
Das Control, für das das OnCanDrop Event ausgelöst wurde.
- TargetControlName
Der Name des Controls, für das das OnCanDrop Event ausgelöst wurde.
- TransferObject
Das Object, das im DragDrop-Vorgang transportiert wird.
Methods
- RegisterDropAction(FrameworkOnDropActionHandler, IDevFrameworkObjectMLString, IDevFrameworkObjectMLString, DropMode)
Registriert die angegebene DropAction.
- RegisterDropAction(FrameworkOnDropActionHandler, IDevFrameworkObjectMLString, string, DropMode)
Registriert die angegebene DropAction.
- RegisterDropAction(FrameworkOnDropActionHandler, string, IDevFrameworkObjectMLString, DropMode)
Registriert die angegebene DropAction.
- RegisterDropAction(FrameworkOnDropActionHandler, string, string, DropMode)
Registriert die angegebene DropAction.