_CustomXMLPartsEvents_PartAfterAddEventHandler Delegar
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
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)
Parâmetros
- NewPart
- CustomXMLPart
- Atributos