Share via


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

Parameters

  • sender
  • e

See Also

Reference

[PWA Web service] Namespace