Click or drag to resize

CLRActionEventData Class

Event data associated to a Java ActionEvent
Inheritance Hierarchy

Namespace:  MASES.JCOBridge.C2JBridge.Specialized
Assembly:  C2JBridge (in C2JBridge.dll) Version: 2.3.2.210304-f3821f45d93542a4fb34c013ca105a6afd2f10a2
Syntax
public sealed class CLRActionEventData : CLRAWTEventData

The CLRActionEventData type exposes the following members.

Constructors
  NameDescription
Public methodCLRActionEventData
Initialize a new CLRActionEventData
Top
Properties
  NameDescription
Public propertyActionCommand
Returns the command string associated with this action.
Public propertyDynEventData
Dynamic accessor to the information about event information received from the JVM
(Inherited from CLREventData.)
Public propertyID
Returns the event type.
(Inherited from CLRAWTEventData.)
Public propertyModifiers
Returns the modifier keys held down during this action event.
Public propertyParamString
Returns a string representing the state of this Event. This method is intended to be used only for debugging purposes, and the content and format of the returned string may vary between implementations. The returned string may be empty but may not be null.
(Inherited from CLRAWTEventData.)
Public propertySource
The object on which the Event initially occurred.
(Inherited from CLREventObjectData.)
Public propertyWhen
Returns the timestamp of when this event occurred.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(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.)
Public methodSetSource
Retargets an event to a new source. This method is typically used to retarget an event to a lightweight child Component of the original heavyweight source.
(Inherited from CLRAWTEventData.)
Public methodToString
Returns a string representation of the object.
(Overrides CLRAWTEventDataToString.)
Top
See Also