Class PopupRefreshBehavior
当点击容器中一项时,将该项目置于容器最顶端
public class PopupRefreshBehavior : Behavior<Popup>, IAnimatable, IAttachedObject
- Inheritance
-
PopupRefreshBehavior
- Implements
- Inherited Members
- Extension Methods
Fields
LeftMenuProperty
public static readonly DependencyProperty LeftMenuProperty
Field Value
Properties
LeftMenu
public LeftMenu LeftMenu { get; set; }
Property Value
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.