Exemplo n.º 1
0
 private static void RemoveHandler_OnLoadXMLDocument(OnLoadXMLDocumentDelegate value)
 {
     OnLoadXMLDocumentInvoker = (OnLoadXMLDocumentDelegate)Delegate.Remove(OnLoadXMLDocumentInvoker, value);
 }
Exemplo n.º 2
0
 private static void RemoveHandler_OnLoadXMLDocument(OnLoadXMLDocumentDelegate value)
 {
     OnLoadXMLDocumentInvoker = (OnLoadXMLDocumentDelegate)Delegate.Remove(OnLoadXMLDocumentInvoker, value);
 }
Exemplo n.º 3
0
 private static void AddHandler_OnLoadXMLDocument(OnLoadXMLDocumentDelegate value)
 {
     OnLoadXMLDocumentInvoker = (OnLoadXMLDocumentDelegate)Delegate.Combine(OnLoadXMLDocumentInvoker, value);
 }
Exemplo n.º 4
0
 private static void AddHandler_OnLoadXMLDocument(OnLoadXMLDocumentDelegate value)
 {
     OnLoadXMLDocumentInvoker = (OnLoadXMLDocumentDelegate)Delegate.Combine(OnLoadXMLDocumentInvoker, value);
 }