Table of Contents

Class SelectorBindingSelectItemsBehavior

Namespace
HeBianGu.Base.WpfBase
Assembly
HeBianGu.Base.WpfBase.dll
public class SelectorBindingSelectItemsBehavior : Behavior<Selector>, IAnimatable, IAttachedObject
Inheritance
SelectorBindingSelectItemsBehavior
Implements
Inherited Members
Extension Methods

Fields

SelectedItemsProperty

public static readonly DependencyProperty SelectedItemsProperty

Field Value

DependencyProperty

Properties

SelectedItems

public IEnumerator SelectedItems { get; set; }

Property Value

IEnumerator

Methods

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.