반응형
	<Image x:Name="imgTest" Source="{Binding ImagePath}" Grid.Column="1" Grid.RowSpan="2">
		<Image.InputBindings>
			<MouseBinding MouseAction="LeftDoubleClick" Command="{Binding OpenImageCommand}"/>
		</Image.InputBindings>
	</Image>

 

반응형

+ Recent posts