C# Class KeePass.Util.AutoTypeEventArgs

Inheritance: System.EventArgs
Afficher le fichier Open project: cappert/keepass2 Class Usage Examples

Méthodes publiques

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

Method Details

AutoTypeEventArgs() public méthode

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