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