AfterRenderObjectEventHandler Delegate

Represents the method that will handle the AfterRenderObject event.

Namespace CrystalDecisions.Web.HtmlReportRender Assembly CrystalDecisions.Shared (CrystalDecisions.Shared.dll)

Syntax

'Declaration
<SerializableAttribute> _
Public NotInheritable Delegate AfterRenderObjectEventHandler
    Inherits MulticastDelegate
    Implements ICloneable, ISerializable
[SerializableAttribute]
public sealed delegate AfterRenderObjectEventHandler : MulticastDelegate, ICloneable, ISerializable

Inheritance Hierarchy

Object
   Delegate
      MulticastDelegate
         AfterRenderObjectEventHandler

Version Information

Crystal Reports Basic for Visual Studio 2008

Supported since: Crystal Reports for Visual Studio .NET 2002

See Also

Reference

CrystalDecisions.Web.HtmlReportRender Namespace