Variable BindingDescriptor.onChanged

Fired when this BindingDescriptor's data changes.

class BindingDescriptor
{
  // ...
  Event!(const(ubyte)[]) onChanged ;
  // ...
}

See Also

BindingDescriptor.dirty