[]
        
(Showing Draft Content)

C1.WinUI.Core.C1Behavior-1

C1Behavior<T> Class

Base class for control behaviors.

Inheritance
C1Behavior<T>
Namespace: C1.WinUI.Core
Assembly: C1.WinUI.Core.dll
Syntax
public abstract class C1Behavior<T> : Behavior<T> where T : FrameworkElement
Type Parameters
Name Description
T

Constructors

Name Description
C1Behavior()

Methods

Name Description
OnAttached()
OnAttachedTo(T)

Called when the behavior is attached to the control.

OnDetaching()
OnDetachingFrom(T)

Called before the behavior is detached from the control.