Class DragSourceMotionListener
public class DragSourceMotionListener : EventListener, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition, IEventListener, IDragSourceMotionListener
- Inheritance
-
DragSourceMotionListener
- Implements
- Derived
- Inherited Members
- Extension Methods
Constructors
DragSourceMotionListener()
Default constructor: even if the corresponding Java class does not have one, it is mandatory for JCOBridge
public DragSourceMotionListener()
DragSourceMotionListener(params object[])
Generic constructor: it is useful for JCOBridge when there is a derived class which needs to pass arguments to the highest JVMBridgeBase class
public DragSourceMotionListener(params object[] args)
Parameters
args
object[]
Properties
BridgeClassName
Java class name to be instantiated
public override string BridgeClassName { get; }
Property Value
OnDragMouseMoved
public Action<DragSourceDragEvent> OnDragMouseMoved { get; set; }
Property Value
Remarks
If OnDragMouseMoved has a value it takes precedence over corresponding class method
Methods
DragMouseMoved(DragSourceDragEvent)
public virtual void DragMouseMoved(DragSourceDragEvent arg0)
Parameters
InitializeHandlers()
Handlers initializer for DragSourceMotionListener
protected virtual void InitializeHandlers()