Share via


JavaAccEventArgs Class

Definition

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.

Applies to