Share via


JavaAccEventArgs(Type, String, IntPtr, Int32, Object, Object) Constructor

Definition

Initializes a new instance of the JavaAccEventArgs class.

public:
 JavaAccEventArgs(Type ^ objectType, System::String ^ eventTypeName, IntPtr source, int vMachineId, System::Object ^ oldObject, System::Object ^ newObject);
public JavaAccEventArgs (Type objectType, string eventTypeName, IntPtr source, int vMachineId, object oldObject, object newObject);
new Microsoft.Uii.HostedApplicationToolkit.DataDrivenAdapter.JavaAccEventArgs : Type * string * nativeint * int * obj * obj -> Microsoft.Uii.HostedApplicationToolkit.DataDrivenAdapter.JavaAccEventArgs
Public Sub New (objectType As Type, eventTypeName As String, source As IntPtr, vMachineId As Integer, oldObject As Object, newObject As Object)

Parameters

objectType
Type

Specifies the type of object.

eventTypeName
String

Specifies the event type name.

source
IntPtr

nativeint

Specifies the source.

vMachineId
Int32

Specifies the virtual machine ID.

oldObject
Object

Specifies the old object.

newObject
Object

Specifies the new object.

Applies to