[jira] Created: (IBATISNET-271) Add Event to DataMapper engine

2008-06-08 Thread Gilles Bayon (JIRA)
Add Event to DataMapper engine -- Key: IBATISNET-271 URL: https://issues.apache.org/jira/browse/IBATISNET-271 Project: iBatis for .NET Issue Type: New Feature Components: DataMapper Affects

Re: svn commit: r664536 [1/4]...EventHandler/EventArgs?

2008-06-08 Thread Ron Grabowski
Don't most (all?) events in .NET follow the EventHandler/EventArgs pattern: public class StatementEventArgs : EventArgs { public IMappedStatement MappedStatement; public StatementEventType Type; public object ParameterObject; public object Result; } public interface