ActiveReports.Viewer6 Send comments on this topic.
CloseButtonClickEventHandler Delegate
See Also 
ActiveReports.Viewer6 Assembly > DataDynamics.ActiveReports.Viewer Namespace : CloseButtonClickEventHandler Delegate

sender
A CustomDrawEventArgs that contains the event data.
e
The source of the event.
Represents the method that will handle the Close button click event.

Syntax

Visual Basic (Declaration) 
Public Delegate Sub CloseButtonClickEventHandler( _
   ByVal sender As Object, _
   ByVal e As EventArgs _
) 
C# 
public delegate void CloseButtonClickEventHandler( 
   object sender,
   EventArgs e
)

Parameters

sender
A CustomDrawEventArgs that contains the event data.
e
The source of the event.

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