Delegate RefreshAttachedHandler<T>
Refresh attached handler delegate
Namespace: XData
Assembly: XData.docfx.dll
Syntax
public delegate bool RefreshAttachedHandler<T>(ref 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 |