'Declaration
Public Event AnimationRepeat As EventHandler(Of Animation.AnimationRepeatEventArgs)
'Usage
Dim instance As GridCellView Dim handler As EventHandler(Of Animation.AnimationRepeatEventArgs) AddHandler instance.AnimationRepeat, handler
public event EventHandler<Animation.AnimationRepeatEventArgs> AnimationRepeat