Share via


StatusReportsDataSet.SectionsRowChangeEventHandler 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 SectionsRowChangeEventHandler ( _
    sender As Object, _
    e As SectionsRowChangeEvent _
)
'Usage
Dim instance As New SectionsRowChangeEventHandler(AddressOf HandlerMethod)
public delegate void SectionsRowChangeEventHandler (
    Object sender,
    SectionsRowChangeEvent e
)

Parameters

  • sender
  • e

See Also

Reference

[PWA Web service] Namespace