_CustomXMLPartsEvents_PartAfterAddEventHandler Delegate

Definition

public delegate void _CustomXMLPartsEvents_PartAfterAddEventHandler(CustomXMLPart ^ NewPart);
[System.Runtime.InteropServices.ComVisible(false)]
public delegate void _CustomXMLPartsEvents_PartAfterAddEventHandler(CustomXMLPart NewPart);
[<System.Runtime.InteropServices.ComVisible(false)>]
type _CustomXMLPartsEvents_PartAfterAddEventHandler = delegate of CustomXMLPart -> unit
Public Delegate Sub _CustomXMLPartsEvents_PartAfterAddEventHandler(NewPart As CustomXMLPart)

Parameters

NewPart
CustomXMLPart
Attributes

Applies to