SPListEvent.LoadHandler Method
NOTE: This API is now obsolete.
This type or member supports Microsoft Windows SharePoint Services and is not intended to be used directly from your code.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
<ObsoleteAttribute("Use V3 style events")> _
Public Shared Function LoadHandler ( _
strAssembly As String, _
strClass As String, _
strUrl As String, _
strTitle As String, _
<OutAttribute> ByRef strFailureMessage As String _
) As IListEventSink
'Usage
Dim strAssembly As String
Dim strClass As String
Dim strUrl As String
Dim strTitle As String
Dim strFailureMessage As String
Dim returnValue As IListEventSink
returnValue = SPListEvent.LoadHandler(strAssembly, _
strClass, strUrl, strTitle, strFailureMessage)
[ObsoleteAttribute("Use V3 style events")]
public static IListEventSink LoadHandler(
string strAssembly,
string strClass,
string strUrl,
string strTitle,
out string strFailureMessage
)
Parameters
- strAssembly
Type: System.String
- strClass
Type: System.String
- strUrl
Type: System.String
- strTitle
Type: System.String
- strFailureMessage
Type: System.String
Return Value
Type: Microsoft.SharePoint.IListEventSink