Click or drag to resize

CLRDragSourceDragEventData Class

Event data associated to a Java DragSourceDragEvent
Inheritance Hierarchy

Namespace:  MASES.JCOBridge.C2JBridge.Specialized
Assembly:  C2JBridge (in C2JBridge.dll) Version: 2.4.12.220507-908f547aedf9e08963d047b783e99d6b2ed61a1c
Syntax
public class CLRDragSourceDragEventData : CLRDragSourceEventData

The CLRDragSourceDragEventData type exposes the following members.

Constructors
  NameDescription
Public methodCLRDragSourceDragEventData
Initialize a new CLRDragSourceEventData
Top
Properties
  NameDescription
Public propertyDragSourceContext
This method returns the DragSourceContext that originated the event.
(Inherited from CLRDragSourceEventData.)
Public propertyDropAction
This method returns the logical intersection of the target drop action and the set of drop actions supported by the drag source.
Public propertyDynEventData
Dynamic accessor to the information about event information received from the JVM
(Inherited from CLREventData.)
Public propertyDynExtraData
A dynamic array of extra information ordered with the same order of the caller, or null if HasExtraData is
(Inherited from CLREventData.)
Public propertyEventData
Accessor to the information about event information received from the JVM
(Inherited from CLREventData.)
Public propertyExtraData
An array of extra information ordered with the same order of the caller, or null if HasExtraData is
(Inherited from CLREventData.)
Public propertyExtraDataLength
Returns how many Object contains extra information.
(Inherited from CLREventData.)
Public propertyGestureModifiers
This method returns an int representing the current state of the input device modifiers associated with the user's gesture.
Public propertyGestureModifiersEx
This method returns an int representing the current state of the input device extended modifiers associated with the user's gesture.
Public propertyHasExtraData
True if the event has other objects associated
(Inherited from CLREventData.)
Public propertyItem
Returns the indexed data
(Inherited from CLREventData.)
Public propertyLocation
This method returns a Point indicating the cursor location in screen coordinates at the moment this event occured, or null if the cursor location is not specified for this event.
(Inherited from CLRDragSourceEventData.)
Public propertySource
The object on which the Event initially occurred.
(Inherited from CLREventObjectData.)
Public propertyTargetActions
This method returns the target drop action.
Public propertyUserAction
This method returns the user drop action.
Public propertyX
This method returns the horizontal coordinate of the cursor location in screen coordinates at the moment this event occured, or zero if the cursor location is not specified for this event.
(Inherited from CLRDragSourceEventData.)
Public propertyY
This method returns the vertical coordinate of the cursor location in screen coordinates at the moment this event occured, or zero if the cursor location is not specified for this event.
(Inherited from CLRDragSourceEventData.)
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string representation of the object.
(Overrides CLRDragSourceEventDataToString.)
Top
Extension Methods
See Also