Namespace: Dapfor.Net.UiAssembly: Dapfor.Net (in Dapfor.Net.dll) Version: 2.10.3.24917 (2.10.3.24917)
Syntax
C# |
---|
public DragContentEndEventArgs(
Grid source,
DragDropEffects finalEffect
) |
Visual Basic |
---|
Public Sub New (
source As Grid,
finalEffect As DragDropEffects
) |
Visual C++ |
---|
public:
DragContentEndEventArgs(
Grid^ source,
DragDropEffects finalEffect
) |
F# |
---|
new :
source : Grid *
finalEffect : DragDropEffects -> DragContentEndEventArgs |
Parameters
- source
- Type: Dapfor.Net.Ui..::..Grid
The source.
- finalEffect
- Type: System.Windows.Forms..::..DragDropEffects
The final effect.
See Also