ArcFM Engine Developer Guide
SetCommands Method


Syntax
'Declaration
 
Public Shared Sub SetCommands( _
   ByVal dependencyObject As DependencyObject, _
   ByVal eventCommands As EventCommandCollection _
) 
'Usage
 
Dim dependencyObject As DependencyObject
Dim eventCommands As EventCommandCollection
 
Events.SetCommands(dependencyObject, eventCommands)
public static void SetCommands( 
   DependencyObject dependencyObject,
   EventCommandCollection eventCommands
)

Parameters

dependencyObject
eventCommands
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

Events Class
Events Members

 

 


Send Comment