Sitefinity CMS

Telerik.Cms.Engine Send comments on this topic.
Generic IsForUpdate Delegate
See Also 
Telerik.Cms.Engine Namespace : Generic IsForUpdate Delegate


obj
 

Type Parameters

T

 

Namespace: Telerik.Cms.Engine
Assembly: Telerik.Cms.Engine (in Telerik.Cms.Engine.dll)

Syntax

Visual Basic (Declaration) 
Public Delegate Function IsForUpdate(Of T)( _
   ByVal obj As T _
) As Boolean
Visual Basic (Usage)Copy Code
Dim instance As New IsForUpdate(Of T)(AddressOf HandlerMethod)
C# 
public delegate bool IsForUpdate<T>( 
   T obj
)

Parameters

obj

Type Parameters

T

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also