Wimark.Controls Class Library  

CommandItemEventArgs Constructor

[Visual Basic]
Public Sub New( _
   ByVal containerType As CommandContainerType, _
   ByVal container As Component, _
   ByVal command As Component _
)
 
[C#]
public CommandItemEventArgs( 
   CommandContainerType containerType, 
   Component container, 
   Component command 
);
[C++]
public: CommandItemEventArgs( 
   CommandContainerType containerType, 
   Component* container, 
   Component* command 
);

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows .NET Server family

See Also

CommandItemEventArgs Class | CommandItemEventArgs Members | Wimark.Controls Namespace