ActiveReports 9
LayoutChangingEventHandler Delegate

The source of the event.
A LayoutChangingArgs that does not contain any event data.
Represents a method that handles the LayoutChanging method.
Syntax
'Declaration
 
Public Delegate Sub LayoutChangingEventHandler( _
   ByVal sender As System.Object, _
   ByVal e As LayoutChangingArgs _
) 
public delegate void LayoutChangingEventHandler( 
   System.object sender,
   LayoutChangingArgs e
)

Parameters

sender
The source of the event.
e
A LayoutChangingArgs that does not contain any event data.
See Also

Reference

LayoutChangingEventHandler Members
GrapeCity.ActiveReports.Design Namespace

 

 


Copyright © 2016 GrapeCity, inc. All rights reserved

Support Forum