[]
Execute an UI command.
protected virtual void Execute(object sender, object data)
Protected Overridable Sub Execute(sender As Object, data As Object)
Type | Name | Description |
---|---|---|
object | sender | The sender that raise the command. |
object | data | The contextual data. |