Click or drag to resize

CLRDragGestureEventData Class

Event data associated to a Java DragGestureEvent
Inheritance Hierarchy

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

The CLRDragGestureEventData type exposes the following members.

Constructors
  NameDescription
Public methodCLRDragGestureEventData
Initialize a new CLRDragGestureEventData
Top
Properties
  NameDescription
Public propertyComponent
Returns the Component associated with this DragGestureEvent.
Public propertyDragAction
Returns an int representing the action selected by the user.
Public propertyDragOrigin
Returns a Point in the coordinates of the Component over which the drag originated.
Public propertyDragSource
Returns the DragSource.
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 propertyHasExtraData
True if the event has other objects associated
(Inherited from CLREventData.)
Public propertyItem
Returns the indexed data
(Inherited from CLREventData.)
Public propertyIterator
Returns an Iterator for the events comprising the gesture
Public propertySource
The object on which the Event initially occurred.
(Inherited from CLREventObjectData.)
Public propertySourceAsDragGestureRecognizer
Returns the source as a DragGestureRecognizer.
Public propertyTriggerEvent
Returns the initial event that triggered the gesture.
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 methodStartDrag(Object, Object)
Starts the drag operation given the Cursor for this drag operation and the Transferable representing the source data for this drag operation.
Public methodStartDrag(Object, Object, Object)
Starts the drag given the initial Cursor to display, the Transferable object, and the DragSourceListener to use.
Public methodStartDrag(Object, Object, Object, Object, Object)
Start the drag given the initial Cursor to display, a drag Image, the offset of the Image, the Transferable object, and the DragSourceListener to use.
Public methodToArray
Returns an Object array of the events comprising the drag gesture.
Public methodToArray(Object)
Returns an array of the events comprising the drag gesture.
Public methodToString
Returns a string representation of the object.
(Overrides CLREventObjectDataToString.)
Top
Extension Methods
See Also