Share via


GanttSettingsDataSet.GanttSettingsRowChangeEventHandler Delegate

[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Namespace: [PWA Web service]
Assembly: [PWA Web service proxy assembly].dll

Syntax

'Declaration
Public Delegate Sub GanttSettingsRowChangeEventHandler ( _
    sender As Object, _
    e As GanttSettingsRowChangeEvent _
)
'Usage
Dim instance As New GanttSettingsRowChangeEventHandler(AddressOf HandlerMethod)
public delegate void GanttSettingsRowChangeEventHandler (
    Object sender,
    GanttSettingsRowChangeEvent e
)

Parameters

  • sender
  • e

See Also

Reference

[PWA Web service] Namespace