JavaAccEventArgs Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents the Java accessibility events.
public ref class JavaAccEventArgs : EventArgs
public class JavaAccEventArgs : EventArgs
type JavaAccEventArgs = class
inherit EventArgs
Public Class JavaAccEventArgs
Inherits EventArgs
- Inheritance
-
JavaAccEventArgs
Constructors
JavaAccEventArgs(Type, String, IntPtr, Int32, Object, Object) |
Initializes a new instance of the JavaAccEventArgs class. |
Properties
EventTypeName |
Gets the event type name. |
Name |
Gets the event name. |
NewObject |
Gets the new object. |
ObjectType |
Gets the type of object. |
OldObject |
Gets the old object. |
Role |
Gets the role. |
Source |
Gets the source. |
Value |
Gets the value. |
VMachineId |
Gets the virtual machine ID. |
WindowCaption |
Gets the window caption. |
WindowClass |
Gets the window class. |
WindowHandle |
Gets the window handle. |
Methods
ToString() |
Converts to string. |