ImageBehaviorRemoveAnimationLoadedHandler - метод

Removes a handler for the AnimationLoaded attached event.

Definition

Пространство имён: Tessa.UI.Controls
Сборка: Tessa.UI (в Tessa.UI.dll) Версия: 3.6.0.22
C#
public static void RemoveAnimationLoadedHandler(
	Image image,
	RoutedEventHandler handler
)

Параметры

image  Image
The UIElement that listens to this event.
handler  RoutedEventHandler
The event handler to be removed.

См. также