ActiveReports.Viewer3 Request technical support
CloseButtonClickEventHandler Delegate
See Also 


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 _
) 
Visual Basic (Usage)Copy Code
Dim instance As New CloseButtonClickEventHandler(AddressOf HandlerMethod)
C# 
public delegate void CloseButtonClickEventHandler( 
   object sender,
   EventArgs e
)

Parameters

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

See Also