thomasgalliker / Plugin.SegmentedControl.Maui

Segmented control for .NET MAUI apps
MIT License
11 stars 1 forks source link

[Enhancement] Auto-disconnect handler when SegmentedControl is no longer used #5

Closed thomasgalliker closed 3 months ago

thomasgalliker commented 3 months ago

Summary

Automatically run DisconnectHandler method if SegmentedControl is no longer used.

API Changes

New property bool AutoDisconnectHandler (default: true) which indicates, if the DisconnectHandler method is automatically run.

Intended Use Case