Posted On: Feb 22, 2018
Sometimes, there arises a need to perform the same activity, for that purpose WPF provides us with a feature called Command to make our work faster and easier. A Command is called on for several purposes. First of all, it is used to separate the semantics from the object that calls upon a command from the logic that executes a particular command.Commands are also used to share grouped actions inside an application in various ways.
There are mainly four types of Command:
Never Miss an Articles from us.
WPF denotes Windows Presentation Foundation, which is a re-invention of a UI that uses WPF for Desktop applications. Jus..
In WPF, various properties are used while dealing with the content of content controls. The two properties are as follow..
A Value Converter is known to function as a bridge between a source and a target that is necessary when a target is boun..