Click or drag to resize

ItemizedMenuItemWithCommand(Object, ICollection, ICommand, Object, Object) Constructor


Namespace: ArthaChitra.Model.Common
Assembly: ArthaChitra.Core (in ArthaChitra.Core.dll) Version: 2.0.3.0
Syntax
C#
public ItemizedMenuItemWithCommand(
	Object header,
	ICollection items,
	ICommand command,
	Object icon = null,
	Object toolTip = null
)

Parameters

header  Object
 
items  ICollection
 
command  ICommand
 
icon  Object  (Optional)
 
toolTip  Object  (Optional)
 
See Also