DeleteCommandEventArgs Constructor
See Also 
SourceCode.Workflow.Authoring Namespace > DeleteCommandEventArgs Class : DeleteCommandEventArgs Constructor



commandID
unableToDelete

Glossary Item Box

Syntax

Visual Basic (Declaration)  
Public Function New( _
   ByVal commandID As CommandID, _
   ByVal unableToDelete As List(Of K2Object) _
)
Visual Basic (Usage) Copy Code
Dim commandID As CommandID
Dim unableToDelete As List(Of K2Object)
 
Dim instance As New DeleteCommandEventArgs(commandID, unableToDelete)
C#  
public DeleteCommandEventArgs( 
   CommandID commandID,
   List<K2Object> unableToDelete
)
C++/CLI  
public:
DeleteCommandEventArgs( 
   CommandID^ commandID,
   List<K2Object^>^ unableToDelete
)

Parameters

commandID
unableToDelete

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