C# Class KeePass.Forms.FileSavingEventArgs

Event arguments structure for the file-saving event.
Inheritance: KeePass.Util.CancellableOperationEventArgs
显示文件 Open project: cappert/keepass2 Class Usage Examples

Public Methods

Method Description
FileSavingEventArgs ( bool bSaveAs, bool bCopy, KeePassLib.PwDatabase pwDatabase, System.Guid eventGuid ) : System

Default constructor.

Method Details

FileSavingEventArgs() public method

Default constructor.
public FileSavingEventArgs ( bool bSaveAs, bool bCopy, KeePassLib.PwDatabase pwDatabase, System.Guid eventGuid ) : System
bSaveAs bool See SaveAs property.
bCopy bool
pwDatabase KeePassLib.PwDatabase
eventGuid System.Guid
return System