AccEventArgs(Int32, IntPtr, Int32, IAccessible, Int32) Constructor
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.
Initializes a new instance of the AccEventArgs class.
public:
AccEventArgs(int iEvent, IntPtr hWndsender, int idObject, Accessibility::IAccessible ^ accObj, int childId);
public AccEventArgs (int iEvent, IntPtr hWndsender, int idObject, Accessibility.IAccessible accObj, int childId);
new Microsoft.Uii.HostedApplicationToolkit.DataDrivenAdapter.AccEventArgs : int * nativeint * int * Accessibility.IAccessible * int -> Microsoft.Uii.HostedApplicationToolkit.DataDrivenAdapter.AccEventArgs
Public Sub New (iEvent As Integer, hWndsender As IntPtr, idObject As Integer, accObj As IAccessible, childId As Integer)
Parameters
- iEvent
- Int32
Specifies the iEvent.
- hWndsender
-
IntPtr
nativeint
Specifies the sender.
- idObject
- Int32
Specifies the idObject.
- accObj
- IAccessible
Specifies the accessibility object.
- childId
- Int32
Specifies the child ID.