SPListEventProperties class
提供用於 SharePoint 清單事件屬性。
Inheritance hierarchy
System.Object
Microsoft.SharePoint.SPEventPropertiesBase
Microsoft.SharePoint.SPListEventProperties
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
<SerializableAttribute> _
Public NotInheritable Class SPListEventProperties _
Inherits SPEventPropertiesBase _
Implements IDisposable
'用途
Dim instance As SPListEventProperties
[SerializableAttribute]
public sealed class SPListEventProperties : SPEventPropertiesBase,
IDisposable
備註
SPListEventProperties類別是衍生自SPEventPropertiesBase類別中,提供標準事件屬性,例如Cancel和ErrorMessage。
Thread safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.