ItemizedMenuItemWithCommandT(Object, ICollection, ICommand, ActionT) Constructor |
Namespace: ArthaChitra.Model.CommonAssembly: ArthaChitra.Core (in ArthaChitra.Core.dll) Version: 2.0.3.0
Syntax public ItemizedMenuItemWithCommand(
Object header,
ICollection collection,
ICommand command,
Action<T> remove = null
)
Parameters
- header Object
-
- collection ICollection
-
- command ICommand
-
- remove ActionT (Optional)
-
See Also