GrapeCity MultiRow Windows Forms Documentation
Execute Method (Action)


The target GcMultiRow control that executes this action.
Defines the method to be called when the action is invoked.
Syntax
Public Sub Execute( _
   ByVal target As GcMultiRow _
) 
Dim instance As Action
Dim target As GcMultiRow
 
instance.Execute(target)
public void Execute( 
   GcMultiRow target
)

Parameters

target
The target GcMultiRow control that executes this action.
Exceptions
ExceptionDescription
System.ArgumentNullExceptionThe target is a null reference (Nothing in Visual Basic).
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Action Class
Action Members

 

 


Copyright © GrapeCity, inc. All rights reserved.