1 type derived from Behavior
Microsoft.Maui.Controls (1)
Interactivity\PlatformBehavior.cs (1)
24public abstract partial class PlatformBehavior<TView, TPlatformView> : Behavior<TView>
1 reference to Behavior
Microsoft.Maui.Controls (1)
Interactivity\Behavior.cs (1)
9 /// <remarks>Application developers should specialize the <see cref="Behavior{T}" /> generic class, instead of directly using <see cref="Behavior" />.</remarks>