FlexPivot for WPF | ComponentOne
C1.PivotEngine Assembly / C1.FlexPivot Namespace / IRangeInfo Interface / CustomRange Event

In This Topic
    CustomRange Event (IRangeInfo)
    In This Topic
    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 C1.PivotEngine.RangeInfo.CustomRange) handler. (Inherited from C1.PivotEngine.CustomRangeEventArgs)
    The value. (Inherited from C1.PivotEngine.CustomRangeEventArgs)
    See Also