public delegate void MPPSDataset.PPSRelationshipRowChangeEventHandler(
object ,
MPPSDataset.PPSRelationshipRowChangeEvent
)
'Declaration
Public Delegate Sub MPPSDataset.PPSRelationshipRowChangeEventHandler( _
ByVal As Object, _
ByVal As MPPSDataset.PPSRelationshipRowChangeEvent _
)
'Usage
Dim instance As New MPPSDataset.PPSRelationshipRowChangeEventHandler(AddressOf HandlerMethod)
public delegate void MPPSDataset.PPSRelationshipRowChangeEventHandler(
Object^ ,
MPPSDataset.PPSRelationshipRowChangeEvent^
)