Recent Posts
Xamarin.Forms Behaviors Library: What’s next?
The Behaviors Library for Xamarin.Forms seems to have been well received, so I intend enhancing it as time allows. This includes: Ensuring that behaviors ca...
Xamarin.Forms Behaviors: DataChangedBehavior and SetPropertyAction
Previously, I demonstrated using the DataChangedBehavior and InvokeMethodAction classes to invoke one or more methods when data changes. The Behaviors Librar...
Xamarin.Forms Behaviors: DataChangedBehavior and InvokeMethodAction
Previously, I demonstrated using the DataChangedBehavior and InvokeCommandAction classes to invoke one or more commands when data changes. The Behaviors Libr...
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...