Skip to content

Custom markup extension that allows direct binding of Commands to events, for WPF and Silverlight platforms.

Notifications You must be signed in to change notification settings

mobilemotion/event-binding

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

event-binding

Custom markup extension that allows direct binding of Commands to events, for WPF and Silverlight platforms.

Usage:

Namespace reference:

xmlns:helpers="using:MvvmEventBinding"

Binding Commands to event handlers:

<Button Click="{helpers:EventBinding SomeCommand}">click me!</Button>

About

Custom markup extension that allows direct binding of Commands to events, for WPF and Silverlight platforms.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages