DataEngine for .NET Standard | ComponentOne
C1.PivotEngine Assembly / C1.PivotEngine Namespace / RangeInfo Class / CustomRange Event

In This Topic
    CustomRange Event (RangeInfo)
    In This Topic
    Event that allows combining the field's data into custom intervals.
    Syntax
    'Declaration
     
    Public Event CustomRange As CustomRangeEventHandler
    public 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