ImageBehaviorRemoveAnimationLoadedHandler - метод |
Removes a handler for the AnimationLoaded attached event.
Пространство имён:
Tessa.UI.Controls
Сборка:
Tessa.UI (в Tessa.UI.dll) Версия: 3.5.0.19
Синтаксис public static void RemoveAnimationLoadedHandler(
Image image,
RoutedEventHandler handler
)
Public Shared Sub RemoveAnimationLoadedHandler (
image As Image,
handler As RoutedEventHandler
)
public:
static void RemoveAnimationLoadedHandler(
Image^ image,
RoutedEventHandler^ handler
)
static member RemoveAnimationLoadedHandler :
image : Image *
handler : RoutedEventHandler -> unit
Параметры
- image
- Тип: System.Windows.ControlsImage
The UIElement that listens to this event. - handler
- Тип: System.WindowsRoutedEventHandler
The event handler to be removed.
См. также