You can implement this interface on your element provider to handle the "drag and drop" event.
Namespace: Composite.C1Console.Elements.Plugins.ElementProviderAssembly: Composite (in Composite.dll) Version: 5.3.6135.33083
Syntax
C# |
---|
public interface IDragAndDropElementProvider : IHooklessElementProvider |
Visual Basic |
---|
Public Interface IDragAndDropElementProvider _ Inherits IHooklessElementProvider |
Visual C++ |
---|
public interface class IDragAndDropElementProvider : IHooklessElementProvider |