C1.iOS.Core Assembly / C1.iOS.Core Namespace / C1PolygonIcon Class / AnimationWillEnd Event


In This Topic
AnimationWillEnd Event (C1PolygonIcon)
In This Topic
Syntax
'Declaration
 
Public Event AnimationWillEnd As Action
 
'Usage
 
Dim instance As C1PolygonIcon
Dim handler As Action
 
AddHandler instance.AnimationWillEnd, handler
See Also