ActiveReports3 Request technical support
SectionEventHandler Delegate
See Also 


sender
e

Syntax

Visual Basic (Declaration) 
Public Delegate Sub SectionEventHandler( _
   ByVal sender As Object, _
   ByVal e As SectionEventArgs _
) 
Visual Basic (Usage)Copy Code
Dim instance As New SectionEventHandler(AddressOf HandlerMethod)
C# 
public delegate void SectionEventHandler( 
   object sender,
   SectionEventArgs e
)

Parameters

sender
e

See Also