Hi,
I found a situation where the one key templates do not work.
I try to expand try catch (with 't' template) inside the lambda expression. But I can see that when the lambda is used for 'BeginInvoke' than the one key expansion does not work.
Visual BasicAddHandler MTWCore.Measurement.MeasurementController.GetInstance.MeasurementStarted,
Sub()
Me.BeginInvoke(Sub()
btnStartStop.Tag = 1
Timer.Start()
btnStartStop.Text = "Messung stoppen"
btnStartStop.ToolTip = btnStartStop.Text
LayoutControlItemTrigger.Visibility = DevExpress.XtraLayout.Utils.LayoutVisibility.Always
LayoutControlItemBalance.Visibility = DevExpress.XtraLayout.Utils.LayoutVisibility.Always
LayoutControlItemSave.Visibility = DevExpress.XtraLayout.Utils.LayoutVisibility.Never
LayoutControlGroup2.Visibility = DevExpress.XtraLayout.Utils.LayoutVisibility.Never
LayoutControlGroupEvents.Visibility = DevExpress.XtraLayout.Utils.LayoutVisibility.Always
End Sub)
End Sub
Hi Thomas.
Thank you for letting us know about this problem.
I have reproduced this behavior locally. You'll be notified when we prepare a fix.