isfry.Wpf 1.0.0.2 (https://www.nuget.org/packages/isfry.Wpf)
Release Notes
- [ADD] EventBehavior
Dependeccies
- CommonServiceLocator(>= 1.3)
- Prism(>=4.1.0.0)
Example
<Button iM:EventBehavior.Event="MouseLeftButtonDown"
iM:EventBehavior.Command="{Binding ....}"
iM:EventBehavior.CommandParameter="{Binding ...}"/>
.....
<Setter Property="iM:EventBehavior.Event" Value="MouseLeftButtonDown"/>
<Setter Property="iM:EventBehavior.Command" Value="{Binding ....}"/>
<Setter Property="iM:EventBehavior.CommandParameter" Value="{Binding ....}"/>
.....
<iM:EventBehavior.Collection>
<iM:EventBehaviorCollection>
<iM:EventBehaviorBinding Event="CheckedChanged" Command="{Binding ....}"/>
<iM:EventBehaviorBinding Event="MouseDoubleClick" Command="{Binding ....}" CommandParameter={Binding ....}/>
</iM:EventBehaviorCollection>
</iM:EventBehavior.Collection>
.....
<Setter Property="iM:EventBehavior.Collection">
<Setter.Value>
<iM:EventBehaviorCollection>
<iM:EventBehaviorBinding ... />
<iM:EventBehaviorBinding ... />
</iM:EventBehaviorCollection>
</Setter.Value>
</Setter>
'Dev::Nuget > isfry.Wpf' 카테고리의 다른 글
Nuget :: isfry.Wpf 1.0.0.6 (0) | 2015.11.13 |
---|---|
Nuget :: isfry.Wpf 1.0.0.5 (0) | 2015.10.01 |
Nuget :: isfry.Wpf 1.0.0.4 (0) | 2015.04.20 |
Nuget :: isfry.Wpf 1.0.0.1 (0) | 2015.04.14 |
Nuget :: isfry.Wpf 1.0.0.0 (0) | 2015.04.14 |