Compartir a través de


Delegado CustomFieldsCreatingHandler

Controlador de eventos para el evento previo CustomFields Creating .

Espacio de nombres:  Microsoft.Office.Project.Server.Events
Ensamblado:  Microsoft.Office.Project.Server.Events.Receivers (en Microsoft.Office.Project.Server.Events.Receivers.dll)

Sintaxis

'Declaración
Public Delegate Sub CustomFieldsCreatingHandler ( _
    contextInfo As PSContextInfo, _
    e As CustomFieldsPreEventArgs _
)
'Uso
Dim instance As New CustomFieldsCreatingHandler(AddressOf HandlerMethod)
public delegate void CustomFieldsCreatingHandler(
    PSContextInfo contextInfo,
    CustomFieldsPreEventArgs e
)

Parámetros

Vea también

Referencia

Espacio de nombres Microsoft.Office.Project.Server.Events