Responder Developer Guide
ManagedDelegateCommand<T> Constructor(Action<T>,Func<T,Boolean>)


Syntax
'Declaration
 
Public Function New( _
   ByVal executeMethod As Action(Of T), _
   ByVal canExecuteMethod As Func(Of T,Boolean) _
)
'Usage
 
Dim executeMethod As Action(Of T)
Dim canExecuteMethod As Func(Of T,Boolean)
 
Dim instance As New ManagedDelegateCommand(Of T)(executeMethod, canExecuteMethod)
public ManagedDelegateCommand<T>( 
   Action<T> executeMethod,
   Func<T,bool> canExecuteMethod
)

Parameters

executeMethod
canExecuteMethod
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

ManagedDelegateCommand<T> Class
ManagedDelegateCommand<T> Members
Overload List

 

 


Send Comment