Delegate LockAttachedHandler<T>
Lock object attached handler delegate
Namespace: XData
Assembly: XData.docfx.dll
Syntax
public delegate bool LockAttachedHandler<in T>(T obj)
where T : class, IDataObject;
Parameters
| Type | Name | Description |
|---|---|---|
| T | obj | Object instance |
Returns
| Type | Description |
|---|---|
| Boolean |
Type Parameters
| Name | Description |
|---|---|
| T | Object type |