BCGControlBar Library for .NET
UpdateCmdUIEventArgs Constructor




The collection of the objects to update.
Specifies the identifier of the object to update.
Initializes a new instance of the UpdateCmdUIEventArgs class.
Syntax
'Declaration
 
Public Function New( _
   ByVal objects As ArrayList, _
   ByVal commandID As Integer _
)
'Usage
 
Dim objects As ArrayList
Dim commandID As Integer
 
Dim instance As New UpdateCmdUIEventArgs(objects, commandID)
public UpdateCmdUIEventArgs( 
   ArrayList objects,
   int commandID
)
public: UpdateCmdUIEventArgs( 
   ArrayList* objects,
   int commandID
)
public:
UpdateCmdUIEventArgs( 
   ArrayList^ objects,
   int commandID
)

Parameters

objects
The collection of the objects to update.
commandID
Specifies the identifier of the object to update.
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

UpdateCmdUIEventArgs Class
UpdateCmdUIEventArgs Members

Send Feedback