Delegate ExecuteAttachedHandler<T>
Execute attached handler delegate
Namespace: XData
Assembly: XData.docfx.dll
Syntax
public delegate bool ExecuteAttachedHandler<in T>(string key, IEnumerable<T> objects)
where T : class, IDataObject;
Parameters
Type | Name | Description |
---|---|---|
String | key | Custom logic key |
IEnumerable<T> | objects | Object sequence |
Returns
Type | Description |
---|---|
Boolean |
Type Parameters
Name | Description |
---|---|
T | Object type |