C# Class Zetetic.Ldap.AttributeEventArgs

LdifReader raises AttributeEventArgs upon reading a complete single attribute value (which may span multiple folded lines)
Inheritance: System.EventArgs
Datei anzeigen Open project: skradel/Zetetic.Ldap Class Usage Examples

Public Methods

Method Description
AttributeEventArgs ( string attrName, object attrValue ) : System

Method Details

AttributeEventArgs() public method

public AttributeEventArgs ( string attrName, object attrValue ) : System
attrName string
attrValue object
return System