Пример #1
0
 internal void ValidationCallBack(object sender, global::System.Xml.Schema.ValidationEventArgs args)
 {
     object[] _args = new object[] {
         sender,
         args
     };
     m_privateObject.Invoke("ValidationCallBack", new System.Type[] {
         typeof(object),
         typeof(global::System.Xml.Schema.ValidationEventArgs)
     }, _args);
 }
Пример #2
0
 internal void xmlReaderSettings_ValidationEventHandler(object sender, global::System.Xml.Schema.ValidationEventArgs e)
 {
     object[] args = new object[] {
         sender,
         e
     };
     m_privateObject.Invoke("xmlReaderSettings_ValidationEventHandler", new System.Type[] {
         typeof(object),
         typeof(global::System.Xml.Schema.ValidationEventArgs)
     }, args);
 }