Interface IST_OnGetCopyOfXMLPropHandler
Assembly: SprutCAMTech.STXMLPropTypes.dll
Syntax
[Guid("43872D22-05B5-4BB0-9207-E21EB3C9185D")]
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
public interface IST_OnGetCopyOfXMLPropHandler : IST_AbstractPropEventsHandler
Methods
OnST_XMLPropertyGetCopyOfHandler(IST_XMLPropPointer, IST_AbstractPropEventsHandler, string, out IST_AbstractPropEventsHandler, out string)
Declaration
void OnST_XMLPropertyGetCopyOfHandler(IST_XMLPropPointer SrcProp, IST_AbstractPropEventsHandler SrcHandler, string SrcHandlerName, out IST_AbstractPropEventsHandler NewHandler, out string NewHandlerName)
Parameters