CommandAttribute.ExecuteMethod Property
ExecuteMethod
Gets or sets the name of the method that implements the command logic. This method corresponds to the to the System.Windows.Input.ICommand.Execute(System.Object) method. It is called every time the command is invoked.
Declaration
public string ExecuteMethod { get; set; }
Property Value
Type | Description |
---|---|
String |