public delegate void ChildControlEventHandler( object sender, ChildControlEventArgs e )
'Declaration Public Delegate Sub ChildControlEventHandler( _ ByVal sender As Object, _ ByVal e As ChildControlEventArgs _ )
'Declaration
Public Delegate Sub ChildControlEventHandler( _ ByVal sender As Object, _ ByVal e As ChildControlEventArgs _ )
'使用法 Dim instance As New ChildControlEventHandler(AddressOf HandlerMethod)
'使用法
Dim instance As New ChildControlEventHandler(AddressOf HandlerMethod)
ChildControlEventHandler メンバ FarPoint.Win.Spread 名前空間 ChildControlActivated イベント ChildControlDeactivated イベント ChildControlEventArgs クラス
© 2004-2017, GrapeCity inc. All rights reserved.