IPreviewCommandSource Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Defines an object that knows how to preview a command.
public interface class IPreviewCommandSource : System::Windows::Input::ICommandSource
public interface IPreviewCommandSource : System.Windows.Input.ICommandSource
type IPreviewCommandSource = interface
interface ICommandSource
Public Interface IPreviewCommandSource
Implements ICommandSource
- Derived
- Implements
Properties
Command |
Gets the command that will be executed when the command source is invoked. (Inherited from ICommandSource) |
CommandParameter |
Represents a user defined data value that can be passed to the command when it is executed. (Inherited from ICommandSource) |
CommandTarget |
The object that the command is being executed on. (Inherited from ICommandSource) |
PreviewCommandParameter |
Represents a user defined data value that can be passed to the command when it is previewed. |
Applies to
שתף איתנו פעולה ב- GitHub
ניתן למצוא את המקור לתוכן זה ב- GitHub, שם ניתן גם ליצור ולסקור בעיות ולמשוך בקשות. לקבלת מידע נוסף, עיין במדריך התורמים שלנו.