'宣言 Public Delegate Function CalculateCustomSummaryHandler( _ ByVal sender As Object, _ ByVal e As CustomSummaryEventArgs _ ) As Object
public delegate object CalculateCustomSummaryHandler( object sender, CustomSummaryEventArgs e )
CalculateCustomSummaryHandler メンバ Infragistics.Web.UI.GridControls 名前空間