C# Class KeePass.Forms.FileClosingEventArgs

Event arguments structure for file-closing events.
Inheritance: KeePass.Util.CancellableOperationEventArgs
Datei anzeigen Open project: cappert/keepass2 Class Usage Examples

Public Methods

Method Description
FileClosingEventArgs ( KeePassLib.PwDatabase pwDatabase ) : System

Default constructor.

Method Details

FileClosingEventArgs() public method

Default constructor.
public FileClosingEventArgs ( KeePassLib.PwDatabase pwDatabase ) : System
pwDatabase KeePassLib.PwDatabase
return System