Version

ExternalSummaryValueRequested Event

This event is fired when a summary value would normally be calculated is bypassed since the SummaryType.External has been set.
Syntax
'Declaration
 
Public Event ExternalSummaryValueRequested As ExternalSummaryValueRequestedEventHandler
public event ExternalSummaryValueRequestedEventHandler ExternalSummaryValueRequested
Event Data

The event handler receives an argument of type ExternalSummaryValueEventArgs containing data related to this event. The following ExternalSummaryValueEventArgs properties provide information specific to this event.

PropertyDescription
SummaryValue Object with the information on summary value.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also