JavaAccEventArgs(Type, String, IntPtr, Int32, Object, Object) 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 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.