'宣言 Public Delegate Sub FocusEventHandler( _ ByVal sender As Object, _ ByVal args As FocusEventArgs _ )
public delegate void FocusEventHandler( object sender, FocusEventArgs args )
FocusEventHandler メンバ Infragistics.Portable 名前空間