AfterRenderEventHandler Delegate

Represents the method that will handle the AfterRender event.

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

Syntax

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

Inheritance Hierarchy

Object
   Delegate
      MulticastDelegate
         AfterRenderEventHandler

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