C1.PivotEngine Assembly / C1.PivotEngine Namespace / CustomRangeEventHandler Delegate
The source of the event.
The event data.

In This Topic
CustomRangeEventHandler Delegate
In This Topic
Represents a method that handles the RangeInfo.CustomRange.
Syntax
'Declaration
 
Public Delegate Sub CustomRangeEventHandler( _
   ByVal sender As Object, _
   ByVal args As CustomRangeEventArgs _
) 
 

Parameters

sender
The source of the event.
args
The event data.
See Also