C# Class KeePass.Util.AutoTypeEventArgs

Inheritance: System.EventArgs
Show file Open project: cappert/keepass2 Class Usage Examples

Public Methods

Method Description
AutoTypeEventArgs ( string strSequence, bool bObfuscated, PwEntry pe, KeePassLib.PwDatabase pd ) : System

Method Details

AutoTypeEventArgs() public method

public AutoTypeEventArgs ( string strSequence, bool bObfuscated, PwEntry pe, KeePassLib.PwDatabase pd ) : System
strSequence string
bObfuscated bool
pe PwEntry
pd KeePassLib.PwDatabase
return System