'Declaration Public Delegate Sub ListBase.ListChangedEventHandler(Of T)( _ ByVal sender As Object, _ ByVal e As ListBase(Of T) _ )
'Declaration
Public Delegate Sub ListBase.ListChangedEventHandler(Of T)( _ ByVal sender As Object, _ ByVal e As ListBase(Of T) _ )
public delegate void ListBase.ListChangedEventHandler<T>( object sender, ListBase<T> e )
ListBase.ListChangedEventHandler<T> メンバ FarPoint.Web.Spread 名前空間
© 2003-2015, GrapeCity inc. All rights reserved.