[This is preliminary documentation and is subject to change.]
            Updates back the information related to a particular event into the database.
            
    Namespace: 
   OfficeClip.DBLayer.DesktopAssembly: OfficeClip.DBLayer (in OfficeClip.DBLayer)
Version: 8.1.1.0
Syntax
| C# | 
|---|
protected int UpdateEvent1( EventInfo ei, ConfigureInfo session, ref DateTime lastModifiedTime )  | 
| Visual Basic (Declaration) | 
|---|
Protected Function UpdateEvent1 ( _ ei As EventInfo, _ session As ConfigureInfo, _ ByRef lastModifiedTime As DateTime _ ) As Integer  | 
| Visual C++ | 
|---|
protected: int UpdateEvent1( EventInfo^ ei, ConfigureInfo^ session, DateTime% lastModifiedTime )  | 
Parameters
- ei
 - Type: OfficeClip.BusinessLayer.Desktop..::.EventInfo
Instance of EventInfo object containing all the information related to a particular event. EventInfo 
- session
 - Type: OfficeClip.Utils..::.ConfigureInfo
The current login session 
- lastModifiedTime
 - Type: System..::.DateTime%
The time of last modification 
