LookupTableMultiLangDataSet.LookupTableStructuresRowChangeEventHandler Delegate
Namespace: WebSvcLookupTable
Assembly: ProjectServerWebServices (in ProjectServerWebServices.dll)
Syntax
'Declaration
Public Delegate Sub LookupTableStructuresRowChangeEventHandler ( _
sender As Object, _
e As LookupTableMultiLangDataSet.LookupTableStructuresRowChangeEvent _
)
'Usage
Dim instance As New LookupTableStructuresRowChangeEventHandler(AddressOf HandlerMethod)
public delegate void LookupTableStructuresRowChangeEventHandler(
Object sender,
LookupTableMultiLangDataSet.LookupTableStructuresRowChangeEvent e
)
Parameters
- sender
Type: System.Object