C# Class Zetetic.Ldap.DnEventArgs

LdifReader raises DnEventArgs when encountering a new entry or closing out an existing one
Inheritance: System.EventArgs
Mostrar archivo Open project: skradel/Zetetic.Ldap Class Usage Examples

Public Methods

Method Description
DnEventArgs ( string dn ) : System

Method Details

DnEventArgs() public method

public DnEventArgs ( string dn ) : System
dn string
return System