Delegate CurrentObjectChanged<T>
Object assigned as current event delegate type
Namespace: XData
Assembly: XData.docfx.dll
Syntax
public delegate void CurrentObjectChanged<in T>(T obj)
    where T : class, IDataObject;Parameters
| Type | Name | Description | 
|---|---|---|
| T | obj | Changing is allowed | 
Type Parameters
| Name | Description | 
|---|---|
| T | Object type | 
Extension Methods
      SqlBlockExtensions.SetExpression<TTag, TResult>(TTag, Expression<Func<IBlockQueryAdapter, TResult>>)