Share via


AccEventArgs Constructor

Initializes a new instance of the AccEventArgs class.

Namespace: Microsoft.Uii.HostedApplicationToolkit.DataDrivenAdapter
Assembly: Microsoft.Uii.HostedApplicationToolkit.DataDrivenAdapter (in Microsoft.Uii.HostedApplicationToolkit.DataDrivenAdapter.dll)

Usage

'Usage
Dim iEvent As Integer
Dim hWndsender As IntPtr
Dim idObject As Integer
Dim accObj As IAccessible
Dim childId As Integer

Dim instance As New AccEventArgs(iEvent, hWndsender, idObject, accObj, childId)

Syntax

'Declaration
Public Sub New ( _
    iEvent As Integer, _
    hWndsender As IntPtr, _
    idObject As Integer, _
    accObj As IAccessible, _
    childId As Integer _
)
public AccEventArgs (
    int iEvent,
    IntPtr hWndsender,
    int idObject,
    IAccessible accObj,
    int childId
)
public:
AccEventArgs (
    int iEvent, 
    IntPtr hWndsender, 
    int idObject, 
    IAccessible^ accObj, 
    int childId
)
public AccEventArgs (
    int iEvent, 
    IntPtr hWndsender, 
    int idObject, 
    IAccessible accObj, 
    int childId
)
public function AccEventArgs (
    iEvent : int, 
    hWndsender : IntPtr, 
    idObject : int, 
    accObj : IAccessible, 
    childId : int
)

Parameters

  • iEvent
    Specifies the iEvent.
  • hWndsender
    Specifies the sender.
  • idObject
    Specifies the idObject.
  • accObj
    Specifies the accessibility object.
  • childId
    Specifies the child ID.

Remarks

Platforms

See Also

Reference

AccEventArgs Class
AccEventArgs Members
Microsoft.Uii.HostedApplicationToolkit.DataDrivenAdapter Namespace

Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.