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

SecurityTemplatesDataSet.CategoryPermissionsRowChangeEventHandler delegate

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

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