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