Package system.xml.serialization
Interface IXmlAttributeEventHandler
-
public interface IXmlAttributeEventHandler
The Java interface to be implemented to receive events from the CLR usingXmlAttributeEventHandler
.See: https://docs.microsoft.com/en-us/dotnet/api/System.Xml.Serialization.XmlAttributeEventHandler
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
Invoke(NetObject sender, XmlAttributeEventArgs e)
-
-
-
Method Detail
-
Invoke
void Invoke(NetObject sender, XmlAttributeEventArgs e)
-
-