OnXmlDictionaryReaderClose Delegat

Definicja

delegate metoda wywołania zwrotnego podczas zamykania czytnika.

public delegate void OnXmlDictionaryReaderClose(XmlDictionaryReader ^ reader);
public delegate void OnXmlDictionaryReaderClose(XmlDictionaryReader reader);
type OnXmlDictionaryReaderClose = delegate of XmlDictionaryReader -> unit
Public Delegate Sub OnXmlDictionaryReaderClose(reader As XmlDictionaryReader)

Parametry

reader
XmlDictionaryReader

Wyzwalane XmlDictionaryReader jest zdarzenie OnClose .

Metody rozszerzania

GetMethodInfo(Delegate)

Pobiera obiekt reprezentujący metodę reprezentowaną przez określonego delegata.

Dotyczy