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