ChildObjectCollectionTApplyDelegate Method |
LightningChart .NET Help
Apply delegate
Namespace:
Arction.Wpf.ChartingMVVM
Assembly:
Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.LightningChart.dll) Version: 10.3.1
Syntaxpublic void ApplyDelegate(
Action<IList<T>> action
)
Public Sub ApplyDelegate (
action As Action(Of IList(Of T))
)
public:
void ApplyDelegate(
Action<IList<T>^>^ action
)
Parameters
- action
- Type: SystemActionIListT
[Missing <param name="action"/> documentation for "M:Arction.Wpf.ChartingMVVM.ChildObjectCollection`1.ApplyDelegate(System.Action{System.Collections.Generic.IList{`0}})"]
See Also