TaskCardEventArgs Class
Provides event arguments for TaskCard-related events.
public class TaskCardEventArgs : CancelRoutedEventArgs
- Inheritance:
- object EventArgs RoutedEventArgs CancelRoutedEventArgs object
Constructors
TaskCardEventArgs(TaskCard, TaskColumn, int, TaskColumn, int)
Provides event arguments for TaskCard-related events.
public TaskCardEventArgs(TaskCard card, TaskColumn sourceColumn, int sourceIndex, TaskColumn targetColumn, int targetIndex)
| Parameter | Type | Description |
|---|---|---|
| card | TaskCard | The TaskCard for which this event was raised. |
| sourceColumn | TaskColumn | The original TaskColumn that contains the card, if this event is related to a drag. |
| sourceIndex | int | The original location index of the card, if this event is related to a drag. |
| targetColumn | TaskColumn | The TaskColumn over which the card was dropped, if this event is related to a drag. |
| targetIndex | int | The dropped location index of the card, if this event is related to a drag. |
Properties
Card
The TaskCard for which this event was raised.
SourceColumn
The original TaskColumn that contains the card, if this event is related to a drag.
SourceIndex
The original location index of the card, if this event is related to a drag.
TargetColumn
The TaskColumn over which the card was dropped, if this event is related to a drag.
TargetIndex
The dropped location index of the card, if this event is related to a drag.
Inherited Members
- CancelRoutedEventArgs.Cancel
- EventArgs.Empty
- object.GetType()
- object.MemberwiseClone()
- object.ToString()
- object.Equals(object)
- object.Equals(object, object)
- object.ReferenceEquals(object, object)
- object.GetHashCode()