'Declaration Public MustOverride Sub PerformAction( _ ByVal sender As Object _ )
'Declaration
Public MustOverride Sub PerformAction( _ ByVal sender As Object _ )
'使用法 Dim instance As Action Dim sender As Object instance.PerformAction(sender)
'使用法
Dim instance As Action Dim sender As Object instance.PerformAction(sender)
public abstract void PerformAction( object sender )
Action クラス Action メンバ
Copyright © 2004 GrapeCity inc.