/EventBindingMarkup

Markup Extensions for Events (WPF 4.5)

Primary LanguageC#MIT LicenseMIT

EventBindingMarkup

Markup Extensions for Events (WPF 4.5)

Command

  1. {eb:EventBinding} (Simple naming pattern to find Command)
  2. {eb:EventBinding Command=CommandName}

CommandParameter

  1. $e (EventAgrs)
  2. $this or $this.Property
  3. string

License

See the LICENSE file for license rights and limitations (MIT).