BoldSignA modern eSignature application with affordable pricing. Sign up today for unlimited document usage!
[XAML]
<kanban:KanbanColumn.ItemContainerStyle>
<Style TargetType="{x:Type kanban:KanbanCardItem}">
<EventSetter Event="MouseDoubleClick" Handler="EventSetter_OnHandler"/>
</Style>
</kanban:KanbanColumn.ItemContainerStyle>
|