AccEventArgs 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 event arguments for the accessibility event.
public ref class AccEventArgs : EventArgs
public class AccEventArgs : EventArgs
type AccEventArgs = class
inherit EventArgs
Public Class AccEventArgs
Inherits EventArgs
- Inheritance
-
AccEventArgs
Constructors
AccEventArgs(Int32, IntPtr, Int32, IAccessible, Int32) |
Initializes a new instance of the AccEventArgs class. |
Properties
AccChildId |
Gets the accessibily child ID. |
AccExplorerLabel |
Gets the accessibility object explorer label. |
AccLocation |
Gets the accessibility object location. |
AccObj |
Gets the accessibility object value. |
AutomationId |
Gets the automation ID value. |
hWndSender |
Gets the hWndSender value. |
Name |
Gets the accessibility object name. |
OleAccObjectId |
Gets the OleAccobjectID. |
RelAccLocation |
Gets the accessibility object relocation value. |
Role |
Gets the accessibility object Role. |
State |
Gets the accessibility object state. |
Value |
Gets the accessibility object value. |
WindowCaption |
Gets the window caption. |
WindowClass |
Gets the Window class value. |
WinEvent |
Gets the windows event value. |
Methods
ToString() |
Overides the Tostring() method |