Sent by a parser object to the delegate when it encounters an internal entity declaration.
Original signature is '- (void)parser:(NSXMLParser *)parser foundInternalEntityDeclarationWithName:(NSString *)name value:(NSString *)value'
Available in Mac OS X v10.3 and later.

C# | Visual Basic | Visual C++ |
public event NSXMLParser..::..ParserFoundInternalEntityDeclarationWithNameValueEventHandler ParserFoundInternalEntityDeclarationWithNameValue
Public Event ParserFoundInternalEntityDeclarationWithNameValue As NSXMLParser..::..ParserFoundInternalEntityDeclarationWithNameValueEventHandler
public: event NSXMLParser..::..ParserFoundInternalEntityDeclarationWithNameValueEventHandler^ ParserFoundInternalEntityDeclarationWithNameValue { void add (NSXMLParser..::..ParserFoundInternalEntityDeclarationWithNameValueEventHandler^ value); void remove (NSXMLParser..::..ParserFoundInternalEntityDeclarationWithNameValueEventHandler^ value); }

- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)