CancellableObjectEventArgs.

CancellableObjectEventArgs(Transaction, IObjectInfo, Object) Constructor

Summary

Creates a new instance for the specified object.

Syntax

public CancellableObjectEventArgs(Transaction transaction, IObjectInfo objectInfo, Object obj)

Remarks

Creates a new instance for the specified object.

Parameters

Name Type Description
transaction Transaction
objectInfo IObjectInfo
obj Object

Return Value

Type Description
void