MESCIUS.ActiveReports.Core.Document Assembly / GrapeCity.ActiveReports.Core.Document Namespace / ChangedEventHandler Delegate

In This Topic
ChangedEventHandler Delegate
In This Topic
The change event handler.
Syntax
'Declaration
 
Public Delegate Sub ChangedEventHandler( _
   ByVal sender As Object, _
   ByVal e As EventArgs _
) 
 

Parameters

sender
e
Remarks
This delegate should not be used directly in application code. It is designed for internal operations within the product libraries and may change or be removed in future versions without notice.
See Also