DataEngine for .NET Standard | ComponentOne
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 _
    ) 
    public delegate void CustomRangeEventHandler( 
       object sender,
       CustomRangeEventArgs args
    )

    Parameters

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