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



e

Glossary Item Box

分录行拷贝后调用

Syntax

Visual Basic (Declaration) 
Sub AfterCopyRow( _
   ByVal e As AfterCopyRowEventArgs _
) 
Visual Basic (Usage)Copy Code
Dim instance As IDynamicFormViewPlugIn
Dim e As AfterCopyRowEventArgs
 
instance.AfterCopyRow(e)
C# 
void AfterCopyRow( 
   AfterCopyRowEventArgs e
)
C++/CLI 
void AfterCopyRow( 
   AfterCopyRowEventArgs^ 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.