Create an instance of this class.
Namespace: Breeze.Sharp
Assembly: Breeze.Sharp (in Breeze.Sharp.dll) Version: 0.6.0.5 (0.6.0.5)
Syntax
protected EntityChangeEventArgs( IEntity entity, EntityAction entityAction, EventArgs actionEventArgs = null )
Parameters
- entity
- Type: Breeze.SharpIEntity
- entityAction
- Type: Breeze.SharpEntityAction
- actionEventArgs (Optional)
- Type: SystemEventArgs
See Also