ImageBehaviorRemoveAnimationCompletedHandler - метод
Removes a handler for the AnimationCompleted attached event.
Пространство имён: Tessa.UI.ControlsСборка: Tessa.UI (в Tessa.UI.dll) Версия: 3.6.0.22
public static void RemoveAnimationCompletedHandler(
Image d,
RoutedEventHandler handler
)
Public Shared Sub RemoveAnimationCompletedHandler (
d As Image,
handler As RoutedEventHandler
)
public:
static void RemoveAnimationCompletedHandler(
Image^ d,
RoutedEventHandler^ handler
)
static member RemoveAnimationCompletedHandler :
d : Image *
handler : RoutedEventHandler -> unit
Параметры
- d Image
- The UIElement that listens to this event.
- handler RoutedEventHandler
- The event handler to be removed.