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