[]
        
(Showing Draft Content)

C1.PivotEngine.CustomRangeEventHandler

CustomRangeEventHandler Delegate

Represents a method that handles the CustomRange.

Namespace: C1.PivotEngine
Assembly: C1.PivotEngine.dll
Syntax
public delegate void CustomRangeEventHandler(object sender, CustomRangeEventArgs args)
Public Delegate Sub CustomRangeEventHandler(sender As Object, args As CustomRangeEventArgs)
Parameters
Type Name Description
object sender

The source of the event.

CustomRangeEventArgs args

The event data.

Constructors

Name Description
CustomRangeEventHandler(object, IntPtr)

Methods

Name Description
BeginInvoke(object, CustomRangeEventArgs, AsyncCallback, object)
EndInvoke(IAsyncResult)
Invoke(object, CustomRangeEventArgs)