Click or drag to resize

ItemizedMenuItemWithCommandT(Object, ICollection, ICommand, ActionT) Constructor


Namespace: ArthaChitra.Model.Common
Assembly: ArthaChitra.Core (in ArthaChitra.Core.dll) Version: 2.0.3.0
Syntax
C#
public ItemizedMenuItemWithCommand(
	Object header,
	ICollection collection,
	ICommand command,
	Action<T> remove = null
)

Parameters

header  Object
 
collection  ICollection
 
command  ICommand
 
remove  ActionT  (Optional)
 
See Also