Represents parameters of the DatabaseUpdating event.

Namespace:  PerpetuumSoft.DataModel
Assembly:  PerpetuumSoft.DataModel (in PerpetuumSoft.DataModel.dll) Version: 1.0.0.0

Syntax

C#
public class DatabaseUpdatingEventArgs : EventArgs
Visual Basic (Declaration)
Public Class DatabaseUpdatingEventArgs _
	Inherits EventArgs
Visual C++
public ref class DatabaseUpdatingEventArgs : public EventArgs

Inheritance Hierarchy

System..::.Object
  System..::.EventArgs
    PerpetuumSoft.DataModel..::.DatabaseUpdatingEventArgs

See Also