DocNodeProxyReporter Delegate |
Handler to report owned
DocNodeProxy instances to a visitor. If the visited object owns
DocNodeProxy objects as childs, it must call this delegate with
the first argument being the owned
DocNodeProxy, the second argument being the visited object itself, and the third argument being the property to access the
DocNodeProxy instance.
Namespace: Altaxo.MainAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public delegate void DocNodeProxyReporter(
IProxy proxy,
Object owner,
string propertyName
)
Parameters
- proxy IProxy
- The proxy that is owned by the instance.
- owner Object
- The instance that owns the proxy.
- propertyName String
- Name of the property that accesses the proxy in this instance.
See Also