Innovasys RealWorld
EntryButtonCellClick Method
See Also  Send Feedback
Kingdee.BOS.Core.DynamicForm.PlugIn Namespace > IDynamicFormViewPlugIn Interface : EntryButtonCellClick Method



e

Glossary Item Box

表格按钮单击时调用

Syntax

Visual Basic (Declaration) 
Sub EntryButtonCellClick( _
   ByVal e As EntryButtonCellClickEventArgs _
) 
Visual Basic (Usage)Copy Code
Dim instance As IDynamicFormViewPlugIn
Dim e As EntryButtonCellClickEventArgs
 
instance.EntryButtonCellClick(e)
C# 
void EntryButtonCellClick( 
   EntryButtonCellClickEventArgs e
)
C++/CLI 
void EntryButtonCellClick( 
   EntryButtonCellClickEventArgs^ e
) 

Parameters

e

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2013 All Rights Reserved.