Recent Posts
Xamarin.Forms Behaviors: DataChangedBehavior and InvokeCommandAction
Previously, I demonstrated using the EventHandlerBehavior and SetPropertyAction classes to set one or more properties when an event fires. The Behaviors Libr...
Xamarin.Forms Behaviors: EventHandlerBehavior and SetPropertyAction
Previously, I demonstrated using the EventHandlerBehavior and InvokeMethodAction classes to invoke one or more methods when an event fires. The Behaviors Lib...
Xamarin.Forms Behaviors: EventHandlerBehavior and InvokeMethodAction
Previously, I demonstrated using the EventHandlerBehavior and InvokeCommandAction classes to invoke one or more commands when an event fires. The Behaviors L...
Xamarin.Forms Behaviors: EventHandlerBehavior and InvokeCommandAction
Previously, I introduced my Behaviors Library for Xamarin.Forms, which can be downloaded from GitHub and NuGet. Behaviors let you add functionality to contro...
Behaviours Library for Xamarin.Forms
Back in January I wrote a series of blog posts for the Xamarin blog. This included a post on Turning Events into Commands with Behaviors. As part of that blo...