'Declaration Public Delegate Function AggregateCompareCallback( _ ByVal prev As DataValueType, _ ByVal cur As DataValueType _ ) As Boolean
public delegate bool AggregateCompareCallback( DataValueType prev, DataValueType cur )
Parameters
- prev
- cur
'Declaration Public Delegate Function AggregateCompareCallback( _ ByVal prev As DataValueType, _ ByVal cur As DataValueType _ ) As Boolean
public delegate bool AggregateCompareCallback( DataValueType prev, DataValueType cur )