PlannerSolutionDataSet.SolutionProjectRequirementsByRoleRowChangeEventHandler 委托
表示处理事件数据行上执行操作时出现这种情况的方法。
命名空间: WebSvcPortfolioAnalyses
程序集: ProjectServerServices(位于 ProjectServerServices.dll 中)
语法
声明
Public Delegate Sub SolutionProjectRequirementsByRoleRowChangeEventHandler ( _
sender As Object, _
e As PlannerSolutionDataSet.SolutionProjectRequirementsByRoleRowChangeEvent _
)
用法
Dim instance As New SolutionProjectRequirementsByRoleRowChangeEventHandler(AddressOf HandlerMethod)
public delegate void SolutionProjectRequirementsByRoleRowChangeEventHandler(
Object sender,
PlannerSolutionDataSet.SolutionProjectRequirementsByRoleRowChangeEvent e
)
参数
- sender
类型:System.Object