Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This member is reserved for internal use and is not intended to be used directly from your code.
Namespace: Microsoft.Office.Project.Server.Events
Assembly: Microsoft.Office.Project.Server.Events.Receivers (in Microsoft.Office.Project.Server.Events.Receivers.dll)
Syntax
'Declaration
Public Overridable Sub OnDeleted ( _
contextInfo As PSContextInfo, _
e As RulesPostDeleteEventArgs _
)
'Usage
Dim instance As RulesEventReceiver
Dim contextInfo As PSContextInfo
Dim e As RulesPostDeleteEventArgs
instance.OnDeleted(contextInfo, e)
public virtual void OnDeleted(
PSContextInfo contextInfo,
RulesPostDeleteEventArgs e
)
Parameters
- contextInfo
Type: Microsoft.Office.Project.Server.Library.PSContextInfo