Пример #1
0
 /// <summary>
 /// Waits for animation end.
 /// </summary>
 /// <param name="animationData">The animation data.</param>
 protected virtual void WaitForAnimationEnd(
     CollapsableOptions animationData = null)
 {
     WrappedElement.WaitForEvent(EventHiddenCollapse);
 }
Пример #2
0
 /// <summary>
 /// Waits for animation start.
 /// </summary>
 /// <param name="animationData">The animation data.</param>
 protected virtual void WaitForAnimationStart(
     CollapsableOptions animationData = null)
 {
     WrappedElement.WaitForEvent(EventShowCollapse);
 }