Summary
This method is used to perform the proper type casting in order to
call the type-safe RoutedPropertyChangedEventHandler delegate for the IsCheckedChangedEvent event.
- Namespace
- MahApps
.Metro .Controls - Containing Type
- Range
Selection Changed Event Args <T>
Syntax
protected override void InvokeEventHandler(Delegate genericHandler, object genericTarget)
Parameters
| Name | Type | Description |
|---|---|---|
| genericHandler | Delegate | The handler to invoke. |
| genericTarget | object | The current object along the event's route. |
Return Value
| Type | Description |
|---|---|
| void | Nothing. |
