Table of Contents

Class SelectedHitTestAdornerBehavior

Namespace
HeBianGu.Base.WpfBase
Assembly
HeBianGu.Base.WpfBase.dll
public class SelectedHitTestAdornerBehavior : HitTestAdornerBehavior, IAnimatable, IAttachedObject
Inheritance
SelectedHitTestAdornerBehavior
Implements
Inherited Members
Extension Methods

Fields

IsSelectedProperty

应用窗体关闭和显示

public static readonly DependencyProperty IsSelectedProperty

Field Value

DependencyProperty

Properties

Parameters

public ObservableCollection<object> Parameters { get; }

Property Value

ObservableCollection<object>

Methods

GetIsSelected(DependencyObject)

public static bool GetIsSelected(DependencyObject obj)

Parameters

obj DependencyObject

Returns

bool

OnAttached()

Called after the behavior is attached to an AssociatedObject.

protected override void OnAttached()

Remarks

Override this to hook up functionality to the AssociatedObject.

OnDetaching()

Called when the behavior is being detached from its AssociatedObject, but before it has actually occurred.

protected override void OnDetaching()

Remarks

Override this to unhook functionality from the AssociatedObject.

OnIsSelectedChanged(DependencyObject, DependencyPropertyChangedEventArgs)

public static void OnIsSelectedChanged(DependencyObject d, DependencyPropertyChangedEventArgs e)

Parameters

d DependencyObject
e DependencyPropertyChangedEventArgs

SetIsSelected(DependencyObject, bool)

public static void SetIsSelected(DependencyObject obj, bool value)

Parameters

obj DependencyObject
value bool