[]
A delegate used to resolve scheduling conflicts.
public delegate bool Manager2.PriorityComparisonDelegate(Storyboard2 scheduledStoryboard, Storyboard2 newStoryboard, PriorityEffect priorityEffect)
| Type | Name | Description |
|---|---|---|
| Storyboard2 | scheduledStoryboard | The scheduled storyboard. |
| Storyboard2 | newStoryboard | The new storyboard. |
| PriorityEffect | priorityEffect | The priority effect. |
| Type | Description |
|---|---|
| bool |
|
| Name | Description |
|---|---|
| PriorityComparisonDelegate(object, IntPtr) |
| Name | Description |
|---|---|
| BeginInvoke(Storyboard2, Storyboard2, PriorityEffect, AsyncCallback, object) | |
| EndInvoke(IAsyncResult) | |
| Invoke(Storyboard2, Storyboard2, PriorityEffect) |