Interface IST_OnGetCopyOfXMLPropHandler
Handler copy event handler during XML property copy
Namespace: STXMLPropTypes
Assembly: 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
Type | Name | Description |
---|---|---|
IST_XMLPropPointer | SrcProp | |
IST_AbstractPropEventsHandler | SrcHandler | |
string | SrcHandlerName | |
IST_AbstractPropEventsHandler | NewHandler | |
string | NewHandlerName |