IAlertUpdateHandler.PostUpdate Method
Asynchronous After event that occurs after an alert has been modified in the user interface.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Function PostUpdate ( _
a As SPAlert, _
web As SPWeb, _
newAlert As Boolean, _
properties As String _
) As Boolean
'Usage
Dim instance As IAlertUpdateHandler
Dim a As SPAlert
Dim web As SPWeb
Dim newAlert As Boolean
Dim properties As String
Dim returnValue As Boolean
returnValue = instance.PostUpdate(a, web, _
newAlert, properties)
bool PostUpdate(
SPAlert a,
SPWeb web,
bool newAlert,
string properties
)
Parameters
a
Type: Microsoft.SharePoint.SPAlertAn SPAlert object representing the alert.
web
Type: Microsoft.SharePoint.SPWebAn SPWeb object representing the Web site.
newAlert
Type: System.Booleantrue if the alert being handled is new; otherwise, false
properties
Type: System.StringA string containing properties of the alert.
Return Value
Type: System.Boolean
A Boolean value that can be used to prevent the update or to throw an SPException.