Expand Minimize
This topic has not yet been rated - Rate this topic

SecurityProjectCategoriesDataSet.GroupRelationsRowChangeEventHandler delegate

Describes event handler settings for when data associated with a SecurityProjectCategoriesDataSet.GroupRelationsRow is edited and an event should be triggered.

Namespace:  WebSvcSecurity
Assembly:  ProjectServerServices (in ProjectServerServices.dll)
Public Delegate Sub GroupRelationsRowChangeEventHandler ( _
	sender As Object, _
	e As SecurityProjectCategoriesDataSet.GroupRelationsRowChangeEvent _
)
Dim instance As New GroupRelationsRowChangeEventHandler(AddressOf HandlerMethod)
public delegate void GroupRelationsRowChangeEventHandler(
	Object sender,
	SecurityProjectCategoriesDataSet.GroupRelationsRowChangeEvent e
)
Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.