ComponentOne FlexPivot for WinForms
CustomRange Event (IRangeInfo)

C1.DataEngine.4 Assembly > C1.FlexPivot Namespace > IRangeInfo Interface : CustomRange Event
Event that allows combining the field's data into custom intervals.
Syntax
'Declaration
 
Event CustomRange As CustomRangeEventHandler
event CustomRangeEventHandler CustomRange
Event Data

The event handler receives an argument of type CustomRangeEventArgs containing data related to this event. The following CustomRangeEventArgs properties provide information specific to this event.

PropertyDescription
The range group as a result (assigned in the event code in RangeInfo.CustomRange) handler.  
The value.  
See Also