JavaAccEventArgs Constructor

Initializes a new instance of the JavaAccEventArgs class.

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

Usage

'Usage
Dim objectType As Type
Dim eventTypeName As String
Dim source As IntPtr
Dim vMachineId As Integer
Dim oldObject As Object
Dim newObject As Object

Dim instance As New JavaAccEventArgs(objectType, eventTypeName, source, vMachineId, oldObject, newObject)

Syntax

'Declaration
Public Sub New ( _
    objectType As Type, _
    eventTypeName As String, _
    source As IntPtr, _
    vMachineId As Integer, _
    oldObject As Object, _
    newObject As Object _
)
public JavaAccEventArgs (
    Type objectType,
    string eventTypeName,
    IntPtr source,
    int vMachineId,
    Object oldObject,
    Object newObject
)
public:
JavaAccEventArgs (
    Type^ objectType, 
    String^ eventTypeName, 
    IntPtr source, 
    int vMachineId, 
    Object^ oldObject, 
    Object^ newObject
)
public JavaAccEventArgs (
    Type objectType, 
    String eventTypeName, 
    IntPtr source, 
    int vMachineId, 
    Object oldObject, 
    Object newObject
)
public function JavaAccEventArgs (
    objectType : Type, 
    eventTypeName : String, 
    source : IntPtr, 
    vMachineId : int, 
    oldObject : Object, 
    newObject : Object
)

Parameters

  • objectType
    Specifies the type of object.
  • eventTypeName
    Specifies the event type name.
  • source
    Specifies the source.
  • vMachineId
    Specifies the virtual machine ID.
  • oldObject
    Specifies the old object.
  • newObject
    Specifies the new object.

Remarks

Platforms

See Also

Reference

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

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