ArcFM Desktop Developer Guide
DelegateCommand Constructor(Action<Object>)


Syntax
'Declaration
 
Public Function New( _
   ByVal execute As Action(Of Object) _
)
'Usage
 
Dim execute As Action(Of Object)
 
Dim instance As New DelegateCommand(execute)
public DelegateCommand( 
   Action<object> execute
)

Parameters

execute
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

DelegateCommand Class
DelegateCommand Members
Overload List

 

 


Send Comment